Re: [SPAM] Re: Help please TOMCAT 5 + Struts

2008-07-18 Thread Paweł Wielgus
ne you the idea > agradecere. > > > > De: Jim Kiley [mailto:[EMAIL PROTECTED] > Enviado el: jue 17/07/2008 22:41 > > Para: Struts Users Mailing List > > Asunto: Re: [SPAM] Re: Help please TOMCAT 5 + Struts > > > > > I haven't u

RE: [SPAM] Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread STRUTS SL. Mailing List
thousand thanks attempts with what I spend. if you miss one you the idea agradecere. De: Jim Kiley [mailto:[EMAIL PROTECTED] Enviado el: jue 17/07/2008 22:41 Para: Struts Users Mailing List Asunto: Re: [SPAM] Re: Help please TOMCAT 5 + Struts I haven't

Re: [SPAM] Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Jim Kiley
est my application, for which I have looked and > looked again the code. Or some techniques to help me refine ... > > thanks > > > > De: Jianshuo Niu [mailto:[EMAIL PROTECTED] > Enviado el: jue 17/07/2008 22:22 > Para: Struts Users Mailing

RE: [SPAM] Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread STRUTS SL. Mailing List
Asunto: [SPAM] Re: Help please TOMCAT 5 + Struts I would take a look at the code first to see if there is any unclosed connection, loops, etc. Then, check the jdk version and tomcat config files. On Thu, Jul 17, 2008 at 4:10 PM, STRUTS SL. Mailing List < [EMAIL PROTECTED]> wrote: > The ap

Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Jianshuo Niu
hours or minutes that stays > frozen. without accepting more users. > >thanks to all are very helpful > > > > De: Jianshuo Niu [mailto:[EMAIL PROTECTED] > Enviado el: jue 17/07/2008 19:41 > Para: Struts Users Mailing List > Asunto: [

Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Jianshuo Niu
It looks like that something wrong in your code/archtechture. Was it slow right after you deployed the app, or gettting slower during the operation? On Thu, Jul 17, 2008 at 12:45 PM, Paolo Niccolò Giubelli < [EMAIL PROTECTED]> wrote: > Maybe you got some memory leak in your code. Use a memory-ins

Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Paolo Niccolò Giubelli
Maybe you got some memory leak in your code. Use a memory-inspecting tool and check for static objects. If you check your memory usage, maybe you'll find that you eat all the memory available, so you should tune your tomcat server changing the memory parameters. Regards, Paolo Niccolò Giubelli

Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Jim Kiley
All that is obvious from those errors is that the Tomcat application server has run out of memory and has halted as a result. It is not obvious why this would happen; there are many reasons it could happen. Also, my own app does not have a copy of servlet.jar inside its WAR file and I do not beli

Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Jorge Martín Cuervo
Hi Cristian, it looks like a out of memory problem, try to assign more memory to you JVM with: export JAVA_OPTS='-Xmx756m -server -XX:MaxPermSize=256m' export CATALINA_OPTS='-Djava.awt.headless=true' El jue, 17-07-2008 a las 18:05 +0200, STRUTS SL. Mailing List escribió: > Hello for everybody;