Hi,

I'm trying to set up the following config, but am not sure how to do it.

I want to run virtual hosts through one IP on port 80 - this is easy enough
by looking at the docs.
I then want to run SSL hosts; but every SSL host must map to its own IP due
to SSL configs.

Example:

192.168.0.1 - http://www.host1.com
192.168.0.1 - http://www.host2.com
192.168.0.1 - http://www.host3.com

192.168.0.2 - https://www.host4.com
192.168.0.3 - https://www.host5.com

I can't seem to find any examples or docs on how to do this in server.xml,
can someone please point me in the right direction.

Thanks

Carl


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to