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 t

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

Re: Virtual Host with Different IP Address

2007-10-26 Thread banderson
ually /etc/hosts, and on windows, it is typically > > C:\Windows\System32\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

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]>

Re: Virtual Host with Different IP Address

2007-10-26 Thread banderson
Brian says. > Alternatively, you could place 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 ---

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 >>

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