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="10" />
<Http10Connector port="80"
secure="false"
maxThreads="100"
maxSpareThreads="50"
minSpareThreads="10" />
So that, my tomcat can receive requests on both port 80 & 8080. It is working for me.
Can anyone tell, if there will be any side effects because of this change.
Thanks a lot in advance!
Anecss.
_______________________________________________
No banners. No pop-ups. No kidding.
Introducing My Way - http://www.myway.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]