-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Uma,
On 3/3/2009 9:00 PM, uma...@comcast.net wrote:
> We have a bunch of web applications packed into a single VM tomcat (6.0.14).
> I am looking to segregating the contexts in distinct VMs based on IP address
> based virtual hosts.
If you want diffe
uma...@comcast.net wrote:
> We have a bunch of web applications packed into a single VM tomcat (6.0.14).
> I am looking to segrgating the contexts in distinct VMs based on IP address
> based virtual hosts.
So you want to run entirely separate Tomcat instances?
> I assume that to keep this segrega
you can let Apache handle those details
http://httpd.apache.org/docs/2.0/vhosts/examples.html
//supply your own IP and Port
Listen 80
# This is the "main" server running on 172.20.30.40
ServerName server.domain.com
DocumentRoot /www/mainserver