从 tomcat 迁移到 websphere

Migrating from tomcat to websphere

目前,我正在 Windows 上使用 Tomcat 8.5 开发 java 本地网络应用程序(本地主机)。

不幸的是,我没有开发环境,所以我必须在本地做所有事情,然后通过 .WAR 部署到生产环境。

The issue is that the production application server (Linux RedHat) is running on websphere, if I generate the .WAR on tomcat, Will I have any problems to run it on WebSphere? Should I change anything in my code or web xml?

我的系统没什么特别的,没有hibernate,没有spring,只是一个非常经典的mvc web应用程序。

提前致谢

一般来说,您不必进行任何更改,但两种环境之间存在一些差异,可能会导致问题。

IBM 提供了一个工具来分析您的应用程序并建议可能需要进行的更改。您可以在此处找到更多信息:https://www.ibm.com/developerworks/library/mw-1701-was-migration/index.html