You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alex Greysukh <yv...@mediaone.net> on 2001/05/12 18:34:44 UTC

How to configure Tomcat to respond to arbitrary DNS name?

Could somebody help to find an explicit answer on the following:


How to configure Tomcat as a stand-alone server to respond not to only
http://localhost:8080/ but to any DNS name (http://www.foo.com:8080)?
Unfortunately all the examples in the doc reduced to the localhost case...

Alex Greysukh


Re: How to configure Tomcat to respond to arbitrary DNS name?

Posted by Bip Thelin <bi...@apache.org>.
On Sat, 12 May 2001, Alex Greysukh wrote:

> Could somebody help to find an explicit answer on the following:
> 
> 
> How to configure Tomcat as a stand-alone server to respond not to only
> http://localhost:8080/ but to any DNS name (http://www.foo.com:8080)?
> Unfortunately all the examples in the doc reduced to the localhost case...

Look at the xml entities <Engine> and <Host> in the server.xml, that's
where you specify it.

	..bip