RE: changing class file and reloading question

2003-08-20 Thread Shapira, Yoav
Howdy, Someone already answered your main question, but... >It wouldn't be so bad to do that if it wasn't for the fact that >tomcat takes ages to read my servlet every time it's restarted. You might want to find out why tomcat is taking ages to read your servlet -- that shouldn't be the case and

Re: changing class file and reloading question

2003-08-19 Thread Paul Sundling
You can reload using the manager app (the link is on the start page when you first start tomcat). You can also use an ant target. You can reload a single webapp, which is probably the better way of doing it. Here's an example target from a build.xml that takes an arguement: http://127

changing class file and reloading question

2003-08-19 Thread Luke Vanderfluit
Hi, I'm running tomcat 4.1.27 standalone on Redhat 9 I have a class that I'm changing (development) and don't want to have to restart tomcat each time I make a change. It wouldn't be so bad to do that if it wasn't for the fact that tomcat takes ages to read my servlet every time it's restarted.