Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 WAS 8.0 上使用 servlet 2.5 规范,默认情况下他尝试使用 3.0,但我使用的门户不支持新的 servlet 规范,我必须在较低版本上运行它。
不,WebSphere Application Server 8.0 中包含的唯一 servlet 容器是支持 Servlet 3.0 规范的容器。
(如果您有特定的向后兼容性问题,您可以发布该问题,并且有人可能知道如何解决该问题。)
标签