8080 only works on localhost

2008-03-10 Thread banderson
I have an application running on tomcat 5.5 and I can access it no problem from http://localhost:8080. However, when I use another computer to try and connect via IP address (192.168.1.2:8080), the browser states that it can't establish a connection. Any ideas what I might be missing? -- View

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

Re: Virtual Host with Different IP Address

2007-10-26 Thread banderson
So this can't be done with Tomcat? I don't have access to the DNS server, are there any other workarounds? Hassan Schroeder-2 wrote: On 10/26/07, banderson [EMAIL PROTECTED] wrote: Now: server1 - mydomain.com server2 - 123.123.123.123 End result: server1

Re: Virtual Host with Different IP Address

2007-10-26 Thread banderson
Assuming my domain is hosted with godaddy, they should be able to take care of this? I'm not familiar with DNS issues, and it would be nice to know what I'm asking for %-| Thanks for the response! Hassan Schroeder-2 wrote: On 10/26/07, banderson [EMAIL PROTECTED] wrote: So this can't

Re: Virtual Host with Different IP Address

2007-10-26 Thread banderson
the following line in your /etc/hosts file: 123.123.123.123 sub.mydomain.com The only problem there is convincing everyone else in the world to do so as well :p Matt - Original Message - From: banderson [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, October 26, 2007 11:24

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

Re: Virtual Host with Different IP Address

2007-10-26 Thread banderson
\Dirvers\Etc\Hosts Cheers, Ken Bowen banderson wrote: Assuming my domain is hosted with godaddy, they should be able to take care of this? I'm not familiar with DNS issues, and it would be nice to know what I'm asking for %-| Thanks for the response! Hassan Schroeder-2 wrote