RE: reload when class file is updated

2006-01-20 Thread Caldarale, Charles R
> From: Scott Purcell [mailto:[EMAIL PROTECTED] 
> Subject: reload when class file is updated
> 
> I gave you the history above, because maybe having
> different context entries is screwing things up.

Definitely don't want to have the  specified in more than one
place; can result in the app being deployed multiple times.

You don't say what Tomcat version you're running, so it's difficult to
guess what you actually should be specifying in your  element.
Make sure you read:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
and
http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.h
tml
(adjusted for whatever level you're using), and pay particular attention
to the path and docBase attributes for .

 - 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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



reload when class file is updated

2006-01-20 Thread Scott Purcell
Hello,

 

I am working on a webapp that was originally a war file. The war
extracted to abc context.

 

Some background:

The war file when deflated (automatically) created a
/abct/META-INF/context.xml  and inside had the abc context information.
I added reloadable=true like so there inside the META-INF directory.



 

Also, it put a context here:

$TOMCAT_HOME/conf/Catalina/localhost/abc.xml

And inside I added the reloadable="true" here it is:



 

Now also, I am using JNDI, so I added my JNDI