> -----Original Message-----
> From: S Ahmed [mailto:[email protected]]
> Sent: Tuesday, October 16, 2012 1:52 PM
> To: Tomcat Users List
> Subject: ask tomcat to look at a specifc folder for the root website
> 
> For my deployment, I have a set directory structure that I use.
> 
> Is it possible to tell tomcat to look at a specific folder for the ROOT
> website, instead of in the ../../webapps/ folder?
> 
> my folder structure is like:
> 
> /www/myappname/website/
> /www/myappname/otherstuff/
> 
> 
> I want tomcat to look in my /website/ folder.

Yes, look at the documentation for the <Context> tag.
You will need to manually create your ROOT.xml context file, with that specific 
name, but it is doable.
Look in the archives for this list if you need any additional help.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to