At 02:00 AM 6/5/2002 +0200, you wrote:
>Hello Adam,
>
>AP> I just began playing with the manager app and am confused on how it 
>deploys a new web application.
>AP>  Here is the lowdown.
>
>AP> /opt/jakarta-tomcat-4.0.3/webapps/trips-dev in order to set up a 
>development environment.
>
>AP> This worked, the web app deployed and I can now browse it 
>perfectly.  What I am confused on it
>AP> that I can stop and start tomcat 
>/opt/jakarta-tomcat-4.0.3/bin/shutdown.sh & startup.sh and it
>AP> still sees the trips-dev app.
>
>   Tomcat will always deploy all applications in the directory
>   "webapps" on startup. It's a feature you do not have to configure
>   that somewhere.


I have found this *not* to be true in the case that you specify the context 
in the Server.xml.  If I don't specify it in server.xml, it expands the 
.war file on startup.  With it specified, the .war file isn't expanded and 
if I don't expand it manually before Tomcat startup, the context will not 
be found.   Any solution to that problem?

Jake


>
>--
>Regards,
>  Thomas                            mailto:[EMAIL PROTECTED]
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to