RE: Struts Tiles Issue

2006-05-12 Thread King, Matt
-dev@jakarta.apache.org Subject: Re: Struts Tiles Issue The keywords to your problem are "Weblogic" and "restart". Here's documentation for the RedeployableActionServlet: >> WebLogic (at least v6 and v7) attempts to serialize the TilesRequestProcessor when re-deploying

Re: Struts Tiles Issue

2006-05-12 Thread Paul Benedict
The keywords to your problem are "Weblogic" and "restart". Here's documentation for the RedeployableActionServlet: >> WebLogic (at least v6 and v7) attempts to serialize the >> TilesRequestProcessor when re-deploying the Webapp in development mode. The TilesRequestProcessor is not serializable,

Struts Tiles Issue

2006-05-11 Thread King, Matt
I was wondering if you could help me out. We have a few different weblogic 6.1 environments, running SP4. Over the past few months, each of these environments have been experiencing an issue which is producing server 500 errors for the customers. The following error is produced in weblogic. Thr