On top of this, Tomcat 4.x can be configured to allow a web app's classloader to reload the complete web app if a class file or a JAR has changed. Which I believe is quite handy when developing ...
Werner Charles Brewster wrote: > Josema Alonso wrote: > > >Hi, all. > > > >I'm writing some actions for XMLForms. Everytime I modify the file to make > >some tests, I have to stop Tomcat, copy the action to the correct > >subdirectory under WEB-INF/classes and start it again. If not, Tomcat uses > >the old action. > > > >I'm wondering, is being cached somewhere? Is there a way to install the > >action and make it work without restarting the server? > > > If you are using tomcat 4.1.12 there is a nice GUI ../manager/html/list > which allows you to start/stop the applications without taking down the > main tomcat server. > > The compiled files (cache) are in directories that look something like > /work/Standard Engine/localhost/.... appname. > I have stopped an app cleared the "work' directories and restarted the app. > > The package with manager is "tomcat4-admin-webapps-4.1.12" > > (I may not be exact because I switched to another release) > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>