Migrating from Tomcat to WebSphere

0

I'm currently developing my Java application locally (localhost) on Windows using Tomcat 8.5.

Unfortunately I do not have a development environment and I have to do everything local and then go up to production via .WAR.

The problem is that on this server (Linux RedHat) the application server is a websphere, if I generate my .WAR in tomcat, will I have some problem in running it in the websphere? Should I change something in my code, or in my web.xml?

Thank you.

    
asked by anonymous 17.04.2018 / 20:23

0 answers