Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why Tomcat launches many Java process?

Status
Not open for further replies.

WhiteSox

Programmer
May 22, 2001
20
0
0
US

When I starts Tomcat, i notice (ps auxww | grep tomcat) that Tomcat launches many (about 30+) Java processes. What are they for? can I reduce them to 5-10 processes?

thx,
 
probably down to bad programming or process management :-(

tomcat is written in java so u have to start the jvm at some state. r u sure your terminating the process correctly??
 
That's strange. When I launch Tomcat on Windows, it only starts a single java process. When I launch it on Unix it does the same thing. Which version are you running? Are you remembering to do a shutdown.sh after you do startup.sh?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top