Http10Connector

2003-12-04 Thread Volker
Hi, am I right that - concerning the Server.xml Configuration in Tomcat 3.3 - the Http10Connector section is not important for me and can be deleted when I use Tomcat only as a servlet container (and additionally Apache as the webserver) - connecting them with mod_jk? Thanks and regards Volker

RE: Http10Connector

2003-12-04 Thread Larry Isaacs
Correct. If you do not need to serve HTTP requests, Http10Connector may be removed. I would recommend just commenting it out. If you encounter problems when accessing through Apache, you can re-enable it easily to see if you get different behavior directly accessing Tomcat. Cheers, Larry

multiple http10connector in server.xml - Side effects

2003-09-15 Thread Anecss
Hi there, In tomcat's (Using tomcat 3.3.1) server.xml, I added another module Http10Connector like this below Http10Connector port=8080 secure=false maxThreads=100 maxSpareThreads=50

Re: multiple http10connector in server.xml - Side effects

2003-09-15 Thread Bill Barker
Anecss [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi there, In tomcat's (Using tomcat 3.3.1) server.xml, I added another module Http10Connector like this below Http10Connector port=8080 secure=false maxThreads=100 maxSpareThreads=50 minSpareThreads