Re: Need to restart tomcat very frequently

2003-06-15 Thread Kief Morris
Paridhi Bansal typed the following on 13:25 14/06/2003 -0500 In our case,high no. of concurrent requests is not requireqd. no multithreading is being used at servlet end. So i have put maxProcessors in server.xml to 30..however, whenevr i start tomcat, it starts with 9 java threads that

Re: Need to restart tomcat very frequently

2003-06-15 Thread Paridhi Bansal
tomcat very frequently Paridhi Bansal typed the following on 13:25 14/06/2003 -0500 In our case,high no. of concurrent requests is not requireqd. no multithreading is being used at servlet end. So i have put maxProcessors in server.xml to 30..however, whenevr i start tomcat, it starts with 9

Need to restart tomcat very frequently

2003-06-14 Thread Paridhi Bansal
Hi!! I am developing a web-based application using servlets and applets concept..I am using tomcat 4.0.6 as standalone server..The server hosts two applications both at the same port..So i have madetwo folders app1 and app2 inside my webapps directory..i have made corresponding contexts in