I've had my Struts application running on JBOSS 3.2.2/Tomcat for a couple of weeks with hundreds of simulated users at a time, so I don't think there is any inherent issue with the architecture.
Tools I've found useful in tracking issues like this in past are: Running JBOSS with the JVM set to allow remote debugging so I can see what's going on. Borland OptimiseIt, so that I can look for resource leaks. Other things to look at may be the number of request processors and the accept count of the Tomcat connector. If all else fails I'd try and re-create the problem with a simple, single servlet system. This will remove any Struts, JSP etc. concerns. Another idea would be to see if the same issue occurs in Tomcat standalone, or is related to Tomcat under JBOSS. This will allow you to direct your questions to the most specific user community. HTH, Paul > -----Original Message----- > From: Brian McSweeney [mailto:[EMAIL PROTECTED] > Sent: 21 November 2003 11:11 > To: 'Struts Users Mailing List' > Subject: Actions which create sessions seem to hang > > > Hi guys, > > This is a bit of a vague question I know, but perhaps someone > can help. > It may be a struts issue or a jboss issue. I'm not sure. > > I'm using JBoss 3.2.2 and struts. After about 24 hours of my > application > running, struts actions which create a http session seem to > hang. I have > no idea why this would be. If I restart jboss the behaviour goes away. > Is there anything I can do to see why this would be? Or what > I could do > about it? Any help would be so greatly appreciated. > > Thanks very much, > > Brian > > ************************************** Axios Email Confidentiality Footer Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you should destroy this message, and notify us immediately. If you or your employer does not consent to Internet email messages of this kind, please advise us immediately. Opinions, conclusions and other information expressed in this message are not given or endorsed by my Company or employer unless otherwise indicated by an authorised representative independent of this message. WARNING: While Axios Systems Ltd takes steps to prevent computer viruses from being transmitted via electronic mail attachments we cannot guarantee that attachments do not contain computer virus code. You are therefore strongly advised to undertake anti virus checks prior to accessing the attachment to this electronic mail. Axios Systems Ltd grants no warranties regarding performance use or quality of any attachment and undertakes no liability for loss or damage howsoever caused. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

