Not sure of your version.  I'm referring to 4.x

The documentation says that the port is used for shutting down the
server only, and that the request MUST come from the local machine.
Meaning, to me, that it probably binds to the 127.0.0.1 Address, and
that specific port.

If you trying to instantiate different websites,( www.domain1.com,
www.domain2.com,) try using the <Host> element.  You can specify the
Address, port, Server Name, etc...

http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/server.html

-Andrew 

-----Original Message-----
From: Mathew Hennessy [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 03, 2002 12:18 PM
To: [EMAIL PROTECTED]
Subject: <Server> attributes question


Hi,
    I see that <Server> takes a port, className and shutdown as
attributes, but I don't see any entry for inet= or address= ..  As it
takes a port, and binds to localhost, this makes it kind of a port-hog
and inconvenient for running multiple CATALINA_BASEs on a single
multi-IP server..  Right now I simply increment the port= by 1 with each
BASE instance, but is this the Right Thing to do?

Thanks,
- Matt


--
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]>

Reply via email to