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.