目前,我正在Windows上使用Tomcat 8.5在本地开发一个java Web应用程序(localhost)。
不幸的是,我没有开发环境,因此我必须在本地完成所有工作,然后通过.WAR部署到生产环境。
问题是生产应用程序服务器(Linux RedHat)在websphere上运行,如果我在tomcat上生成.WAR,在WebSphere上运行它会有任何问题吗? 我应该更改代码或网页xml中的任何内容吗?
我的系统没有任何花哨,没有休眠,没有弹簧,只是一个非常经典的mvc Web应用程序。
提前致谢
答案 0 :(得分:2)
In general you shouldn't have to make any changes, but there are some differences between the two environments that could cause issues.
IBM provides a tool that will analyze your application and suggest changes that may need to be made. You can find more information here: https://www.ibm.com/developerworks/library/mw-1701-was-migration/index.html