Anja, I'm not sure, but I know that Tomcat 3.3 and later have a similar
behavior.
So the only thing you have to do is to create the apps-contextname.xml
file and put it on tomcat-path/conf directory:
The xml file is like this:
<?xml version="1.0" encoding="ISO-8859-1"?>
<webapps>
<Context path="/contextname"
docBase="webapps/contextname"
debug="0"
reloadable="true" >
</Context>
</webapps>
If you want to can check the apps-examples.xml file that gives you a hint
of this...:-)
Nancy.
Anja Falkner wrote:
> Hi Nancy,
>
> I am using Tomcat 4.0.1. What's to do here?
>
> Anja
>
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>