Change it to 80 and you only have to type "locahost" instead of "localhost:8080"
----- Original Message ----- From: "Ant�nio Gon�alves" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 9:44 AM Subject: Re: Changing default port > Hello, > > In the apache tomcat 4.0 installation folder there is a conf > folder with the server.xml file. This is the file where you must > change the default port. You must look for some thing like: > > > <!-- ================================================ --> > <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --> > <!-- Note : To disable connection timeouts, set --> > <!-- connectionTimeout value to -1 --> > <!-- ================================================ --> > <Connector className="org.apache.catalina.connector.http.HttpConnector" > port="8080" > minProcessors="5" > maxProcessors="75" > enableLookups="true" > redirectPort="8443" > acceptCount="10" > debug="0" > connectionTimeout="60000"/> > > I hope this help :) > Antonio > > > Panayiotis Periorellis wrote: > > I have installed apache tomcat 4.0a and iv was wondering how can I chage > > the default port which is currently 8080.. > > > > Looking forward to hearing from you > > > > Regards > > panos > > > > ========================================================================= > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > > Some relevant FAQs on JSP/Servlets can be found at: > > > > http://archives.java.sun.com/jsp-interest.html > > http://java.sun.com/products/jsp/faq.html > > http://www.esperanto.org.nz/jsp/jspfaq.jsp > > http://www.jguru.com/faq/index.jsp > > http://www.jspinsider.com > > > > > > > -- > ____________________________________________________________ > > Antonio Goncalves > > Grupo de HidroInformatica, Departamento de Hidraulica > Laboratorio Nacional de Engenharia Civil > address: Av. Brasil, 101, 1700-066 Lisboa, Portugal > > phone: +351 218443754 > e-mail: [EMAIL PROTECTED] > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
