m zyzy wrote: > I want to be able to create a subdomain ( sally10.tomydomainname.net ) > that resides in separate physical server (IP-192.168.1.11-static) on > the same LAN from the main server (www.tomydomainname.net - private > IP 192.168.1.9-static , 1 public IP -67.169.44.xx ) also running > tomcat 6.0.18, JDK 6 , both running linux CentOS 5.2 in GUI-mode. > > How to configure it or maybe I need to front it with Apache httpd?
As long as you're not using SSL - an HTTPS connection runs on one IP and for a single domain name*. If you can't get another IP, then mod_jk or mod_proxy is the thing to configure in HTTPD. Plenty of info on the apache.org website: http://httpd.apache.org/docs/2.2/vhosts/ http://tomcat.apache.org/connectors-doc/ http://httpd.apache.org/docs/2.2/mod/mod_proxy.html Configure a virtual host for each and map the traffic for each to different tomcat instances. p * except for wildcard certificates. > Thanks. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org