Rene :
You can create a new HOST entry in TOMCAT_HOME/conf/server.xml
Well, I don't have access to TOMCAT_HOME/conf/server.xml. It's a shared hosting. BTW, Isn't this configuration only working for Local Websites?
Bill :
Exactly what did you do and what happens? "not working" is not very informative.
Sorry for not being so informative. I had the domain, and just purchased the hosting. It's a shared Hosting Plan which is a Windows-Based Server with IIS and Tomcat Module. Hosting Control Panel Plesk 8.4.
When I depoly the myApp.war (which is valid. works fine on my computer) the site would be accessible through this url :
http://www.mysite.com/myApp/ (works ok too!)
but I want the site would be accessible through this url :
http://www.mysite.com/ So I've tried to rename the war file to ROOT.war (which should be deployed to TOMCAT_HOME/webapps/ROOT/ (Isn't it?) ) in order to get this done. But it's neither loading the myApp nor responding any HTTP's Error Page or Tomcat's Error Page. Just a Blank Page.
I'm currently don't have access to Tomcat's Log too, so I can't see Stack Trace or something.