Virtual Host with Different IP Address

2007-10-26 Thread banderson

I'm kind of new to this, so try to hear me out...  I am running tomcat on two
separate machines.  Each server has a different application running on it. 
Through my web browser, one server is accessed by domain mydomain.com, and
the other doesn't have a domain name, so I can only access it via the ip
address.  I would like to know if tomcat can create a virtual host (or some
other solution) on the server with mydomain.com so that the other server can
run as a subdomain.  For clarification, see the following:

Now: 
  server1 - mydomain.com
  server2 - 123.123.123.123
End result:
  server1 - mydomain.com
  server2 - sub.mydomain.com

Thank you for your help, I look forward to learning and participating in
these discussions.
-- 
View this message in context: 
http://www.nabble.com/Virtual-Host-with-Different-IP-Address-tf4698149.html#a13430085
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



HTTPS from remote client

2007-11-01 Thread banderson

I have a self-signed certificate (generated with keytool -genkey -alias
tomcat -keyalg RSA) and modified my server.xml file to uncomment the
connector on port 8443.  After restarting tomcat, I can access
https://localhost:8443 no problem, but when I try to reach it from a remote
computer, it times out.  Please let me know what I am missing.
-- 
View this message in context: 
http://www.nabble.com/HTTPS-from-remote-client-tf4733722.html#a13536181
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]