I have a java project that launches its own server (localhost) for user access. Then I was asked to deploy my tool in Apache, so I wrapped it in a WAR file (along with some changes to create servlets), and this is what we are using now. However, now I need to deploy my application on a Windows IIS server. Does anyone know how to do this? What needs to be rewritten or changed, or is it the only answer (found on another question) to install tomcat and talk to IIS with tomcat? Many thanks
source share