How do I set the default app for Tomcat 5 -- the one I can get to from
http://localhost:8080/. I thought putting my application in \webapps\Root
and adding <Context path="" docBase="Root" debug="0"/> to \conf\server.xml
might do it, but that didn't work.
Thanks,
Denny
bigpig - 12 Mar 2004 10:06 GMT
Dont deploy to /Root, simply deploy to your webapp to webapps/dirname and
add the dirname to the context as you have done. The tomcat mailing list is
probably more appropriate for these questions + you'd get an instant
response..
Cheers
> How do I set the default app for Tomcat 5 -- the one I can get to from
> http://localhost:8080/. I thought putting my application in \webapps\Root
[quoted text clipped - 3 lines]
> Thanks,
> Denny