You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dhana kumar <dh...@gmail.com> on 2011/07/28 05:57:32 UTC

Custom URL configuration in Tomcat

hi,
instead of http://localhost:8080/meobizWeb/index.html, could we make url
accessible across the intranet, something like this,.
http://www.mydomain.com/meobizWeb/index.html


-- 
Thanks,
Dhana kumar.

Re: Custom URL configuration in Tomcat

Posted by Markus Schönhaber <to...@list-post.mks-mail.de>.
28.07.2011 05:57, Dhana kumar:

> instead of http://localhost:8080/meobizWeb/index.html, could we make url
> accessible across the intranet, something like this,.
> http://www.mydomain.com/meobizWeb/index.html

Yes. Configure Tomcat to listen on port 80 and configure your internal
DNS to resolve the desired host name to your Tomcat server's IP.

BTW: don't use domain names you don't own for examples. That's what
example.com etc. are for.

-- 
Regards
  mks


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org