Hi,
We have a very old application which is built on
Struts 1.1 and
Servlets 2.2 specification. We are facing some issues and would like to reload the struts config without having to restart
tomcat server.
I found
this code when I searched in google. In this code they have used filters which is not supported by Servlet 2.2 specification.
Is there any other way I can acheive this in Servlet 2.2? Any pointers would be really helpful.
Thanks in Advance
~Abhijith