Assuming you are deploying by dropping myapp.war into webapps:
1.  Delete webapps/ROOT ;
2.  Rename myapp.war to ROOT.war   (case is important here)
3.  Deploy your new ROOT.war in webapps.
4. Since ROOT is the default that tomcat will run when it can't match the incoming request, www.mysite.com will
invoke ROOT which will be your myapp.

--Ken

On Sep 8, 2008, at 2:51 PM, Markus Lord wrote:

I have apache acting as a proxy for my tomcat and I'm wondering how I can get this one application 'myapp' to show up without having the directory name in the url. So what I'm looking to do is have it as www.mysite.com instead of www.mysite.com/myapp .

Thanks in advance.



Markus


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to