Multiple java processes in Tomcat -


i working on web-based application deployed in tomcat server. in our local dev enviroemt, when start tomcat server spawns 1 java process keeps running. however, issue has been reported in production cpu usage java process has gone , there multiple java processes have been spawned.

there no other java application running, must have been spawned tomcat itself. reason in our development enviroment there 1 java process while in production multiple java processes have been spawned tomcat , how correct it.

regards, dev

what see multiple threads version of top or ps shows on production box, while don't see them on local one.

in production face higher workload, requests served in parallel, while on local box tomcat gets away less threads.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -