You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Matthew Heaton (Software Engineer)" <Ma...@apexlearning.com> on 2001/06/05 00:06:43 UTC

Problems with struts and resin

I'm trying to deploy a couple of struts apps on resin which I've deployed
successfully on Weblogic and on Tomcat.  It appears the server tries to call
the init method in the ActionServlet over and over eventially causing the
server to run out of memory and crash.  I've seen also seen this behavior
also using some of the sample struts apps though not to the point of
crashing the server.  I haven't gotten much help on the Resin side of
things, so does anybody on the struts list know a work around.

Thanks, Matt

Re: Problems with struts and resin

Posted by Ted Husted <hu...@apache.org>.
I haven't had this problem myself. I've kept busy Struts applications in
play for several weeks without any unscheduled downtime under Resin. 

"Matthew Heaton (Software Engineer)" wrote:
> 
> I'm trying to deploy a couple of struts apps on resin which I've deployed
> successfully on Weblogic and on Tomcat.  It appears the server tries to call
> the init method in the ActionServlet over and over eventially causing the
> server to run out of memory and crash.  I've seen also seen this behavior
> also using some of the sample struts apps though not to the point of
> crashing the server.  I haven't gotten much help on the Resin side of
> things, so does anybody on the struts list know a work around.