Hi,

> -----Original Message-----
> From: Anders Rundgren [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 22, 2002 8:28 PM
> To: Tomcat Users List
> Subject: Clarification: Same host multiple ports don't work?
> 
> 
> http://myhost:8000/app
> http://myhost:9000/app
> 
> Should be possible to configure independtly,  I.e. app could
> be different for the two ports.
> 
> But the Tomcat mapping schemes does not seem to include port and host.
> 

I believe you need different services in your server.xml
Service in TC is a set of Connectors and an Engine.
So, applications from one service should be independent
from each other and from other connectors.
It won't be easy, but I think its possible and the docs
contain almost all info you need. ;)

> /anders
> 
> 
> Hi,
> 
> In IIS I'm able to define virtual servers using the same host-name
> but different ports.   These virtual servers have independent paths
> (applications) as you would expect.
> 
> I can't see any similar functionality in Tomcat or am I just reading
> the config documents wrong???
> 
> regard,
> Anders R
> 
> 

Anton.

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to