Hi,

Is there a way to set a webapp to use the root context path in Tomcat
5.5.3. For example, I want to access by webapp named "mywebapp" by
using this url:

http://mydomain.com/

instead of this:

http://mydomain.com/mywebapp/

In a J2EE EAR file, I can set the webapp to use the root context path
by setting the <context-root> value to /. I'm looking for a similar
way on WAR file deployed on Tomcat.

I was able to do this by just renaming my webapp to ROOT, but I prefer
something else. Any suggestions?


regards,

jOjO

-- 
My Blogs http://www.jroller.com/page/jojopaderes/blog
Pinoy Tech Scene http://pinoytechscene.mparaz.com
PinoyJUG http://www.pinoyjug.ph

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to