In your server.xml file there is something like:
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
<Parameter name="handler"
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
<Parameter name="port" value="8080"/>
</Connector>
Just comment that out ant Tomcat will not start it's own HTTP listner.
Likewaise, if you change the name="port" value="8080" - whatever you set
the 8080 value to will be the port that the HTTP listener runs on.
[EMAIL PROTECTED] wrote:
>
> I successfully configured the Tomcat 3.2 with IIS, by using port:80, I can
> access servlets through IIS. The problem is how I can disable the port:8080
> which directly go to Tomcat, then every access must go through IIS. Please
> help!
>
--
Geoff Lane <[EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]