On Mon, 30 Dec 2002, Joseph Shraibman wrote:
> Date: Mon, 30 Dec 2002 14:00:57 -0500 > From: Joseph Shraibman <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: [PATCH] Re: ThreadPool > > Craig R. McClanahan wrote: > > > > > > > I don't see a problem with that, but I've stopped using "reloadable" at > > all for my development -- reload-on-demand (via the manager webapp) is a > > much more effective strategy IMHO. And "reloadable" shouldn't be used on > > a production server anyway. > > > Is there a way to do that from the admin app as well? If there is I > haven't found it. > No, there's not, although in principle it would be possible to do this. I like using the custom Ant tasks included with Tomcat 4.1 for manipulation via manager, so that I can create a "reload" target. If you don't use Ant, it's just as easy to leave a browser window open to: http://localhost:8080/manager/reload?path=/myapp and just click "Reload" whenever you want. The first time you do this it'll ask you to log on (via BASIC authentication) -- after that, it's just a single click away. Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>