I use Tomcat 5.0.28 and as per this version, you should add
reloadable="true" to
your context definition for the required behaviour.
Rakesh Kumar,
Quoting MC Moisei <mcmoisei@hotmail.com>:
> I configured Tomcat 5.5.9 for my development station. I moved from
> 4.1.30 where the classes where pickup on the fly. (Maybe I shouldn't
> have moved since all worked so nice)
>
> I know things changed since 4.1 but I think I'm doing thing right. In
> conf folder I defined the context file like below
>
> <Context debug="0" reloadable="true" crossContext="true"
> antiJARLocking="true" antiResourceLocking="true"
> docBase="c:/projects/projname/webApplication"/>
>
>
> Anything else I should do ? Anyone is debugging using this
> configuration ? It's pretty annoying to restart server after changes.
>
>
> Your thoughts are appreciated!!!
> MC
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|