> 3. You might even wish to see if you could copy classes into > the classes folder while Tomcat is running. That way the web > apps would get reloaded. You'd need to configure Tomcat to > recognize the Web apps to be reloadable, of course.
Or you might use an ant build-file which first stops the application, then copies/updates the classes/jars and then starts the webapp again (see http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html#Executing%20M anager%20Commands%20With%20Ant). Bjoern --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]