Re: How to reload web app from java program?

2008-05-04 Thread Costin Manolache
On Sun, May 4, 2008 at 1:09 PM, <[EMAIL PROTECTED]> wrote: > > David Smith wrote: > >> But to use the api that the manager app uses, your webapp needs to have > >> privileged="true" set in the context first. Second, look at the source > >> for the manager webapp for exactly what it does. And las

Re: How to reload web app from java program?

2008-05-04 Thread Costin Manolache
Did you try using JMX ? Unless you use security manager, this should give you access to many internals. Costin On Sun, May 4, 2008 at 7:59 AM, David Smith <[EMAIL PROTECTED]> wrote: > But to use the api that the manager app uses, your webapp needs to have > privileged="true" set in the context