You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by jo...@fwd.at on 2003/03/26 19:34:56 UTC

Reloading context-specific InitParameter

hi there,

is it possible to reload context-specific Initialization parameters stored 
in server.xml on the fly?
if I deploy a new webapp to Tomcat, I always have the problem, that the 
Context InitParameters are not available - only after a restart of Tomcat, 
the application runs as expected.

Is there any way to reload the InitParameters of a context after deploying 
a new webapp?

thx
Johannes