> From: D. Alvarado [mailto:[EMAIL PROTECTED] 
> Subject: Re: Why is "ROOT" appended?
> 
> Ok, let me ask another question.  If I want to change the directory to
> where I put JSP files that I don't want to package into a WAR, to say,
> "/usr/local/apache2/htdocs", how do I do that?

They don't have to be in a .war, but they do have to part of some
webapp.  The easiest thing to do is put them under webapps/ROOT.  If you
don't want them there, delete the webapps/ROOT directory, and create a
ROOT.xml file in conf/[engine]/[host] containing a docBase attribute
that points to the location of your JSPs.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to