Howdy,

><Host name="localhost" debug="0" appBase="webapps"
>       unpackWARs="true" autoDeploy="true"
>       xmlValidation="false" xmlNamespaceAware="false">
>
>If I want multiple appBase directories for this host, can I define
>multiple host lines, changing the appBase directive for each one?

Each host has one appBase directory.  You can either change "localhost"
or define another Host (you can have as many as you want).  The appBase
is either absolute (/cs/...) or relative to $CATALINA_HOME.

>Would this mean that I now do not have to add any context lines for the
>applications to work?

Yes, by default, thanks to the Automatic Application Deployment.  Read
these:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html#Automat
ic%20Application%20Deployment

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to