Re: Doubts with tomcat

2004-11-08 Thread Andrew Miehs
Tomcat starts 5 connector threads, plus the other internal threads that it uses for its own house keeping. Andrew On 08.11.2004, at 08:29, Michael Echerer wrote: 1) When I start tomcat with above server.xml , it creates 9 process with same output on shell. it is I configured tomcat to run with

Re: Doubts with tomcat

2004-11-07 Thread Amit Gupta
With following mod_jk2.conf LoadModule jk2_module modules/mod_jk2.so JkSet config.file /etc/httpd/conf/workers2.properties JkAutoAlias /usr/local/tomcat/webapps JkMount /*.jsp ajp13 JkMount /*/servlet/ ajp13 Following error is coming: service httpd start Starting httpd: Syntax error on line

Re: Doubts with tomcat

2004-11-07 Thread Michael Echerer
1) When I start tomcat with above server.xml , it creates 9 process with same output on shell. it is I configured tomcat to run with minSpareThreads="5" then why it start with 9 threads? You configured 5 connector threads that not necessarily match OS threads (or whatever you saw). Check with To

Doubts with tomcat

2004-11-07 Thread Amit Gupta
Hello everybody, I have following section in server.xml I have following queries: 1) When I start tomcat with above server.xml , it creates 9 process with same output on shell. it is /usr/java/jdk1.5.0//bin/java -Djava.endorsed.dirs=/usr/local/tomcat/common/endorsed -classpath