Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Mark Benussi
I am submitting a Struts form in my live application but the values seem to be getting lost between my browser and the population of my ActionForm. This only happens if the login page is the first request of the session. If you click around on the site (even once) and then submit the form the

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Anto Paul
On 6/7/05, Mark Benussi [EMAIL PROTECTED] wrote: I am submitting a Struts form in my live application but the values seem to be getting lost between my browser and the population of my ActionForm. This only happens if the login page is the first request of the session. If you click

Re: Problem in Production

2002-11-20 Thread Tim Funk
We need lots more information. (tomcat version ...) Even then - it could be application specific which no one here can help you with. Have you stress tested your app? Have you looked at the access logs to see amount of traffic? Have you looked at any error logs (catalina.out ...) for interesting

Problem in Production

2002-11-19 Thread Hari Yellina
Hi All, When we are running tomcat as a sever in production environment. After few days , The load of server is increasing upto 600%. Did any one face the same problem. We have check everthing and finally came to conclusion that tomcat is taking the resources. Can anyone help on this issue.

Re: Problem in Production

2002-11-19 Thread Kwok Peng Tuck
Check your code plus are you doing things like db access ? Hari Yellina wrote: Hi All, When we are running tomcat as a sever in production environment. After few days , The load of server is increasing upto 600%. Did any one face the same problem. We have check everthing and finally came to