-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David,
David wrote:
| Where is the context element located (which xml file)?
You have a couple of choices. The easiest is to put a file in your
webapp called META-INF/context.xml (yes, that's META-INF, not WEB-INF)
that contains your definition.
I
> From: David [mailto:[EMAIL PROTECTED]
> Subject: Re: auto-run updated classes
>
> Where is the context element located (which xml file)?
Read the doc:
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
The element is normally placed in the file
META-INF/context.xm
> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
> Subject: Re: auto-run updated classes
>
> You do have another option: Set reloadable="true" in your
> element, which has the effect of adding configuration
> for all JAR files in WEB-INF/lib and .class fil
Where is the context element located (which xml file)?
Thanks
David Schwartz
[EMAIL PROTECTED]
-Original Message-
From: Christopher Schultz <[EMAIL PROTECTED]>
Date: Fri, 01 Feb 2008 09:42:27
To:Tomcat Users List
Subject: Re: auto-run updated classes
-BEGIN PGP SIGNED M
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
Caldarale, Charles R wrote:
|> From: David Schwartz [mailto:[EMAIL PROTECTED]
|> Subject: auto-run updated classes
|>
|> What is the setting/config to automatically run updated classes
|> (without having to restart Tomcat each time I compile a
> From: David Schwartz [mailto:[EMAIL PROTECTED]
> Subject: auto-run updated classes
>
> What is the setting/config to automatically run updated classes
> (without having to restart Tomcat each time I compile a .java file)?
Modified .jsp files can be reprocessed immediately by setting the
appr