On Tue, 24 Apr 2001, Artur Matos wrote:

> 
> Is it possible to add a application to tomcat dinamically via a Java program or
> a JSP page? I can put the WAR file in the right directory programatically, but
> how can I make tomcat recognize it without restarting the server manually?

You can for example create a number of empty "application slots" under
webapps, which will be mounted but empty, and then stuff something
there during runtime...

Jan
[EMAIL PROTECTED]



Reply via email to