Hi, Maybe your question is not clear enough but: if you can access http://IP-Adr:8080/myjsp.jsp and you have a domainname mapped to the IP then you can access your JSP with: http://www.mydomain.com:8080/myjsp.jsp
If you want to have access with: http://www.mydomain.com/myjsp.jsp you will need to change the port from 8080 to 80 (default http port) in your server.xml HTH Markus -----Original Message----- From: "RamNivas" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Date: Fri, 13 May 2005 13:23:52 +0530 Subject: RE: Domain name not IP Address in Tomcat. > Dear Friends, > Problem I have expleined below. This is just to update, my tomcat is > running > on Windows NT4.0, > I would be deeply thanks full for your Great help. If any one can > send me > the solution. > > Thanks > > > > > --------------------------------------------------------------------- > - > Hello Friends, > > I am facing one problem, I wish all you to help me out. > > I am having my application running on tomcat. Right now I am > accessing the > application using IP Address > like.. > http://xxx.xxx.xxx.xxx:8080/myjsp.jsp > > I have one registered domain name like.... www.mydomain.com > > I want to configure my application so that I can access full > application and > pages using domain name. > > so I shud be able to access like > > http://www.mydomain.com/myjsp.jsp > > (Using domain name not ip address) > > Thanks and Regards > > RamNivas Singh > > > > > > > > -----Original Message----- > From: Tore Skogly [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 11, 2002 3:48 PM > To: Tomcat Users List > Subject: Re: Domain name not IP Address in Tomcat. > > > What OS do you use? > You can add the the hostname in your hosts file. > > On Unix(es)/Linux it is /etc/hosts > On Windows2000 it is c:\winnt\system32\drivers\etc\hosts (I think...) > > But if you're connected to the internet you should be able to reach > your > applications using the domain name. DNS should take care of that.... > > -- > Regards, > ToreS > > > -- > 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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>