On Fri, May 18, 2001 at 08:46:34AM -0500, Purcell, Scott wrote:
> Hello,
> I am using the Tomcat learning Servlets and JSP. All is well. I would like
> to change the port from 8080 to 80.
> I have Martys Halls book and it says to edit the port number in the
> /install_dir/webserver.xml file and replace 8080 with 80. But I do not see

I did that here (maybe I'm not using the same version than you) but it's the
line in
/usr/local/build/tomcat/conf/server.xml:
      <Parameter name="handler" value="org.apache.tomcat.service.http.Http
ConnectionHandler"/>
            <Parameter name="port" value="8080"/>
                                          ^^^^  

which you have to change to 80 or vice versa.

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

Reply via email to