java - Tomcat Virtual host Requests for different wars -
what best practices handling multiple host requests same context path :eg: "my-services" different environment(test, dev, prod) tomcat 7 server want webapplication different flavors of war, test.war, dev.war deployed on same tomcat instance. please let me know caveats in doing this? war file restful web service consumed different apache httpd server running on same machine of tomcat server.
i followed tomcat documentation following links explain in more elaborative manner
Comments
Post a Comment