Re: How to change the Context Root of a webapplication

2007-04-20 Thread David Conrad
On 4/20/07, Gurram, Srinivas <[EMAIL PROTECTED]> wrote: I am new to struts. Currently my application url is like this http://www.site.com/contextname/Home.do I want to change this url to http://www.site.com/Home.do I need to remove the contextname. You need to change the contextroot in your

RE: How to change the Context Root of a webapplication

2007-04-20 Thread Gurram, Srinivas
Thanks wes -Original Message- From: Wesley Wannemacher [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 6:57 PM To: Struts Users Mailing List Subject: RE: How to change the Context Root of a webapplication IIRC, if you rename your web-app to "ROOT" then the container

RE: How to change the Context Root of a webapplication

2007-04-20 Thread Wesley Wannemacher
IIRC, if you rename your web-app to "ROOT" then the container will treat it special. I've used this in Tomcat, but I fiddled around with it before I got into Struts. I can't say for sure, but I would assume that if your web-app is called "ROOT" then Struts would treat it special as well. Since th

Re: How to change the Context Root of a webapplication

2007-04-20 Thread Mark Shifman
I don't think this is a struts issue. Look in the tomcat wiki http://wiki.apache.org/tomcat/HowTo#head-e82228c43a0ce77f71ebe64fc99ced33c9506ffe How do I override the default home page loaded by Tomcat? mas Gurram, Srinivas wrote: Hi I am new to struts. Currently my application url is like thi