Two Tomcat 7.0 in the same Windows server 2008 instance, both appearing as port 80 for the clients?

2011-05-11 Thread Brian Braun
Hi, In Linux I have have more than one instance of Tomcat in the same Linux instance. It is as easy as installing each Tomcat with a different port (lets say, 8081 and 8082), and using IPTables NAT (and Tomcat host virtualization) to redirect some domains to some hosts inside a certain Tomcat,

Re: Two Tomcat 7.0 in the same Windows server 2008 instance, both appearing as port 80 for the clients?

2011-05-11 Thread Mladen Turk
On 05/11/2011 08:35 PM, Brian Braun wrote: IPTables NAT Check the http://www.quantumg.net/portforward.php It's a single .cpp file if you don't need gui. There is also more advanced (ipfilter like util) http://www.hsc.fr/ressources/outils/pktfilter/ Think that you can even use PuTTY for that.

Re: Two Tomcat 7.0 in the same Windows server 2008 instance, both appearing as port 80 for the clients?

2011-05-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, On 5/11/2011 2:35 PM, Brian Braun wrote: In Linux I have have more than one instance of Tomcat in the same Linux instance. It is as easy as installing each Tomcat with a different port (lets say, 8081 and 8082), and using IPTables NAT (and

Re: Two Tomcat 7.0 in the same Windows server 2008 instance, both appearing as port 80 for the clients?

2011-05-11 Thread Jeff Beard
Hi, I use Apache httpd in front of Tomcat to do this type of thing on both *nix and Windows. I can configure Apache virtual hosts that map to Tomcat virtual hosts, forward requests to different instances on different ports or whatever request redirection that is needed. I also use it to handle