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
values are taken.

 

:S

 

NB This only happens in my live environment (Tomcat 5, LINUX).



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 around on the site (even once) and then submit the form the
 values are taken.
 
 
 
 :S
 
 
 
 NB This only happens in my live environment (Tomcat 5, LINUX).
 
 
 

Dont crosspost. Is there Apache infront of Tomcat ?. I have noticed
this kind of problem in Tomcat 4.1 + Apache 1.3  combination but
couldn't find the reason.
-- 
rgds
Anto Paul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 
things?
Does your server provide monitoring for things such as:
- CPU usage as a function of time
- Page swaps  as a function of time
- Memory usage  as a function of time
- Network load(input, output, total) as a function of time
- Disk usage as a function of time

Correlate all of these to your access logs(and maybe error logs) to see 
what is happening.

-Tim

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 conclusion that tomcat
is taking the resources. Can anyone help on this issue.

Regards,

Hari.




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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.

Regards,

Hari.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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 conclusion that tomcat
is taking the resources. Can anyone help on this issue.

Regards,

Hari.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


 




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]