RE: auto-run updated classes

2008-02-01 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:[EMAIL PROTECTED] Subject: Re: auto-run updated classes You do have another option: Set reloadable=true in your Context element, which has the effect of adding WatchedElement configuration for all JAR files in WEB-INF/lib and .class files in WEB-INF

Re: auto-run updated classes

2008-02-01 Thread Christopher Schultz
-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 Context

Re: auto-run updated classes

2008-02-01 Thread Christopher Schultz
-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

RE: auto-run updated classes

2008-02-01 Thread Caldarale, Charles R
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 Context element is normally placed in the file META-INF/context.xml inside

Re: auto-run updated classes

2008-02-01 Thread David
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 users@tomcat.apache.org Subject: Re: auto-run updated classes -BEGIN

RE: auto-run updated classes

2008-02-01 Thread Caldarale, Charles R
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

auto-run updated classes

2008-01-31 Thread David Schwartz
I'm using Tomcat version 6.0.14. What is the setting/config to automatically run updated classes (without having to restart Tomcat each time I compile a .java file)? David Schwartz [EMAIL PROTECTED] www.arrayone.com -