If you want to use tomcat stand-alone (no separate webserver), change the port in server.xml.
If you want to use tomcat in conjunction with a webserver (Apache, IIS, iPlanet, etc) you will need a connector so that servlet and JSP requests on port 80 are sent to tomcat. John Turner [EMAIL PROTECTED] -----Original Message----- From: RNivas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 3:10 AM To: Tomcat-User Subject: URL configuration. I am having application running on Tomcat at port 8080. every time i access the application i am getting URL like http://ip-adress:8080/start.jsp I am having one registered domain name www.123domain.com How can I access my application like www.123domain.com/start.jsp My server running at winNT 4.0 Thanks RN -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
