Hi! This would work so long as you don't already have a web-server running on port 80 - otherwise, you could use Tomcat as a servlet container within the web-server. IIRC the documentation for Tomcat 3.3 has a how-to about using an isapi_redirect dll with IIS, or if you use Apache turn on auto-generation of configuration scripts and add these to your httpd.conf file.
-Jonathan :-) From: "Markus Colombo" <[EMAIL PROTECTED]> >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 > >From: "RamNivas" <[EMAIL PROTECTED]> >> 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
