Re: Struts problem on reload...

2006-06-30 Thread Andy Lewis
Cool...I'll try that and see how it goes. Many thanks... If I might ask though, is there a specific opposition to having the standard ActionServlet clean up the RequestProcessor instances from the ServletContext as it does plugins and ModuleConfigs? Paul Benedict wrote: Andy: Use this as

Struts problem on reload...

2006-06-29 Thread Andy Lewis
The team I work with has encountered an apparent problem with Struts when the servlet is reloaded by the container. We are using Weblogic 9.1, but the problem appear to happen on other versions, and possibly other containers. The spec does not appear to be clear regarding the ServletContext

Re: Struts problem on reload...

2006-06-29 Thread Paul Benedict
Andy: Use this as your action servlet instead: http://struts.apache.org/struts-doc-1.2.9/api/org/apache/struts/actions/RedeployableActionServlet.html Paul Andy Lewis [EMAIL PROTECTED] wrote: The team I work with has encountered an apparent problem with Struts when the servlet is reloaded by