If your port 80 is free, you can change in conf/server.xml the Coyote
HTTP/1.1 config
simply stop tomcat, change port="8080" with port="80", and start tomcat
again.
If your port 80 is used by another server (apache for instance), you have to
use some Jakarta Tomcat Connector like mod_jk, mod_jk2, or mod_webapp.
Check it
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html
Regards,
LFung
----- Original Message -----
From: "Ro, Jean S" <Jean.Ro@(protected)>
To: "'Tomcat Users List'" <tomcat-user@(protected)>
Sent: Monday, January 12, 2004 12:25 PM
Subject: port info
> Hi,
>
> I use the following url:
>
> http://mydomainname.com:8081/mywebapp/
>
> But I don't want the user to see the port information so I want to remove
it
> from url:
>
> http://mydomainname.com/mywebapp/
>
> How do I do that?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
> For additional commands, e-mail: tomcat-user-help@(protected)
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)