Re: URL Rewriting for implementing virtual hosts

2009-03-04 Thread Christopher Schultz
-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

Re: URL Rewriting for implementing virtual hosts

2009-03-04 Thread Pid
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

RE: URL Rewriting for implementing virtual hosts

2009-03-03 Thread Martin Gainty
ansmission. > Date: Wed, 4 Mar 2009 02:00:45 + > From: uma...@comcast.net > To: users@tomcat.apache.org > Subject: URL Rewriting for implementing virtual hosts > > We have a bunch of web applications packed into a single VM tomcat (6.0.14). > I am looking to segrgati

URL Rewriting for implementing virtual hosts

2009-03-03 Thread uma_rk
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. I assume that to keep this segregation transparent to the applications themselves, URL rewriting has to be incorporated (if