"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="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.
>

With your settings, a very slight increase in memory usage, but that's about
it.  However, the CoyoteConnector2 from 3.3.2-dev is much nicer than the
Http10Connector for running standalone.

> 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]

Reply via email to