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
