Hi, Look at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html on how to restart a webapp.
The example they give is to do http://localhost:8080/manager/reload?path=/examples We've found that reload sometimes doesn't do what you'd expect it to do, so we usually do a stop and then a start. Dror On Fri, Apr 26, 2002 at 11:56:48AM -0600, Iv�n Escobedo wrote: > Hi dudes, i have this situation, every time o modify a class, i have to stop > and restart Tomcat, so the class be refreshed. > > So, > 1. is there a way to "restart" Tomcat? I think this is not good, cause i > have apache running, so i have to stop apache, and then tomcat, then start > tomcat and finally apache. > > 2. Is there a way to tell tomcat to reload classes automatically? maybe a > parameter in the web.xml or server.xml. > > Note: I am running apache and tomcat on Windows 2000 > > Thanks > > _________________________________________________________________ > �nase con MSN Hotmail al servicio de correo electr�nico m�s grande del > mundo. http://www.hotmail.com > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > -- Dror Matalon Zapatec Inc 1700 MLK Way Berkeley, CA 94709 ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
