Problems with struts and resin

2001-06-04 Thread Matthew Heaton (Software Engineer)
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

RE: Problems with struts and resin

2001-06-04 Thread Matthew Heaton (Software Engineer)
and resin 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

RE: Please Help: Struts issues in Weblogic5.1.0 (sp5+)

2001-01-18 Thread Matthew Heaton
I don't know the solutions of getting struts to run on WL 5.1 but it seems to work fine on WL 6.0 -Original Message- From: Anderson, Trey [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 10:20 AM To: '[EMAIL PROTECTED]' Subject: Please Help: Struts issues in Weblogic5.1.0

RE: 1.0 status of MessageBundle and non-serializable application resources

2001-01-10 Thread Matthew Heaton
I tried to get the latest version of struts to run in Weblogic just a day ago and ran into non-serializable errors. I made modifications that had been suggested in a previous post and everything worked fine, but it doesn't look like some of changes made it into the build. The changes I made

RE: Struts+Weblogic=Problems. Changes to struts?

2000-12-07 Thread Matthew Heaton
by removing support for internationalization ( removing/replacing PropertiesResourceBundle from MessageResources )? Craig, are you planning to change Struts so that it complies with Servlet 2.3 ( making all attributes Serializable )? Alex -Original Message- From: Matthew Heaton [mailto

Struts and JRun

2000-12-06 Thread Matthew Heaton
What are peoples experiences running Struts on the JRun application server? Does it work, is there any major bugs? -Matt

Struts+Weblogic=Problems but this time it looks like it's Struts

2000-11-30 Thread Matthew Heaton
I've been trying to get Struts to work on weblogic for many days with little success because of the failures of Weblogic's part. Finally tried to deploy and use it on Weblogic 6.0 Beta 2 and noticed some interesting behavior. It deployed fine but when I tried to run the example application I