Edit server.xml in tomcat/conf directory:
<!-- Normal HTTP -->
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
<Parameter name="handler"
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
<Parameter name="port"
value="8080"/>
</Connector>
At 03:30 PM 9/20/01 +0800, you wrote:
>Hi all,
>Can I running TomCat on port 80 instead 8080?
>Is the Tomcat can process common HTML syntax?
>How to modify it?
>I do not want to merge it to APACHE.
>I just want t simple web server.
>thank you all~