Hanna Povel

Greenhorn
+ Follow
since Aug 16, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Hanna Povel

Hey Guys,

I have following problem:

In a batch-run I produce 1000 Html-sites with my tomcat. When there is a big load on the server following error occurs:

The tomcat-server performs the java-programm in 20-40% of the cases not to the end. But stop processing the programm on varying points of the code and perform the next case.
The server write no message in logs. He only quit the programm.
The tomcat-server produces the jsp-site in 100% of the cases completly. But in errror-case with wrong data, which will be delivered by the java-programm.

Architecture:

Apache-Webserver
mod_jk
tomcat 5.5.26
Struts 1.1-Framework

I am testing with the config-parameter: Xms, Xmx, acceptCount and maxThreads. No Success.

Now i be at a loss.
Can you give me a hint?

Thanks!
12 years ago