Howdy,
"Hot Deployment" works perfectly for me in tomcat-standalone.  I use
tomcat 4.1.24.  I don't have a <Context> element for my app in
server.xml, nor in the .war file.  I have the <Host> set to
autoDeploy="true" and unpackWARs="false".

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Jon Haugsand [mailto:[EMAIL PROTECTED]
>Sent: Monday, June 30, 2003 3:49 AM
>To: [EMAIL PROTECTED]
>Subject: Is hot deployment really possible with tomcat?
>
>Hello,
>
>I have now tried in a week to get hot deployment to work with tomcat.
>I cannot get it work at all.
>
>I run jakarta-tomcat-4.1.24 on a Linux.  I have one war file,
>tilgang.war.  If I drop this in webapps, it get deployed during
>startup.  However, if I drop this into webapps when tomcat is running,
>nothing happens.  Is this correct?  Shouldn't this be autodetected so
>it can be reloaded automatically?
>
>However, if I include a <Context> element into conf/server.xml nothing
>at all happens.  Here is my Context:
>
>       <Context path="/tilgang" docBase="tilgang" debug="99"
>         reloadable="true" crossContext="true">
>         <Logger className="org.apache.catalina.logger.FileLogger"
>                     prefix="banklab7_tilgang_log." suffix=".txt"
>                 timestamp="true"/>
>         </Context>
>
>Now it does not even help to stop and start tomcat.
>
>But hot deployment works very well when tomcat is bundled with JBoss.
>
>--
> Jon Haugsand, [EMAIL PROTECTED]
> http://www.norges-bank.no
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




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