RE: ROOT webapp question confused with hosts

2005-11-08 Thread Michael Forster
You need to set up multiple host entries in the conf. ie -Original Message- From: Narahari 'n' Savitha [mailto:[EMAIL PROTECTED] Sent: 08 November 2005 17:23 To: users@tomcat.apache.org Subject: ROOT webapp question confused with hosts Friends, I am unab

Re: ROOT webapp question confused with hosts

2005-11-08 Thread Hassan Schroeder
Narahari 'n' Savitha wrote: > I want to be able to keep my webpage contents under M:\VRUKSHA which > contains the entire webpage. > > I still want the configurate of tomcat to point the ROOT to this folder > M:\VRUKSHA so that I can update the correct folder. > > Is this too much to ask ? Uh, w

Re: ROOT webapp question confused with hosts

2005-11-08 Thread Narahari 'n' Savitha
Som, Thanks for replying back. Its a good idea. That is not what I am looking for though. What you have given looks like a work around. Coming from the IIS world, I can set aside the folder c:\vruksha as the folder where I have my html files are. Then I go to IIS set aside a virtual folder then sa

Re: ROOT webapp question confused with hosts

2005-11-08 Thread TG . Somashekara
By default the Tomcat renders the default home page which is specified in the conf/web.xml such as index.html which is located under the /Tomcat5.0/webapps/ROOT folder. You need to redirect the URL from index.html to your default home page. So, Please modify the index.html file one located under /