This may be a bit basic, but besides setting the port to 80 in server.xml, make sure you've got a valid DNS record to point your domainname to that IP address. I got the impression from your message that they weren't linked.
Regards, Michael ----- Original Message ----- From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 7:53 AM Subject: RE: URL configuration. > > 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
