Dominic Parry wrote:
> > Hi Tarun,
> >
> > >One way would be provide every user a way to reload their web-application
> only, without granting
> >
> > >access to the manager application (and thus without bothering the
> sys-admin). Or is there a parameter
> >
> > >in Tomcat that checks whether the class files have changes every once in
> a time-interval
> >
> > I thought exactly this is what happens if the reloadable parameter is set
> to "true"...
> >
> > If i'm wrong please let me know.
> >
> > Fabian
> >
> >
> >
>
> Also on this note, does anyone know how to, if possible, add and remove web
> contexts without restarting Tomcat?
With the manager is Tomcat 4.xxx you could do this.
localhost:8080/manager/install?path=CONTEXT_NAME&war=file:/path_to_CONTEXTNAME
to remove a context
localhost:8080/manager/remove?path=CONTEXT_NAME
John.
>
>
> >
> > --
> > To unsubscribe: <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> >
>
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>