My .war application runs on TomCat
I am able to deploy my .war application to a specific directory e.g. http://www.abc.com/specific
I would do this by renaming my application specific.war and then going to Tomcat Web Application Manager and then going to “WAR file to deploy”, select my WAR file and deploy it.
However I would like to deploy it so that if the user types http://www.abc.com he/she will go straight to the application, without specifying the directory.
How is this possible? Thanks [I have tried calling the application root.war]
I solved this by using forwarding/masking (through the domain name provider)
I forwarded http://www.abc.com to http://www.abc.com/specific
and I masked so that “specific” is not shown