I'm currently about to go live with a webapp I've been working on for some time. I'm using
Tomcat 5.5.1.7 as a server, and in that regard I've got some questions.
Should I place my webapp under the ROOT folder in Tomcat?
$CATALINA_HOME/webapps/ROOT/
If not how else can I get the webapp to be displayed at the Tomcat root? I.e
http://www.mysite.com/ and not
http://www.mysite.com/mywebapp/ Are there any other Tomcat settings that needs to be changed in an production environment?
All advices are much appreciated!