Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Re: Making index.jsp work as welcome page after upgrade

Andres Ledesma

2004-01-07

Replies:

sorry, I think I did not write what I meant to say.

the point is to set the default port to 80, instead of just comment the
default setting of port 8080.

It should be something like ...

  <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
  <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
         port="80" minProcessors="5" maxProcessors="75"
         enableLookups="true" redirectPort="8443"
         acceptCount="100" debug="0" connectionTimeout="20000"
         useURIValidationHack="false" disableUploadTimeout="true" />


sorry again ....

----
"No hay camino a la felicidad, la felicidad es el camino"


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)



©2008 junlu.com - Jax Systems, LLC, U.S.A.