Re: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification

2008-09-19 Thread Steve Ochani
On 18 Sep 2008 at 14:29, Gauss wrote: > Greetings, > > > > I am using Apache Tomcat 6.0 on Windows Server 2003. I'm not > serving any > pure HTML pages - all pages are JSPs, so I plan to use Tomcat in a > standalone mode. > > > > I want to use port 80 for HTTP and port 443 for HTTPS/SSL

RE: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification

2008-09-18 Thread Washburn, Brian J [IT]
aul McGurn [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 3:08 PM To: Tomcat Users List Subject: RE: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification I had a similar issue, and it turned out to be an address binding issue. Can you access the site on localhost by

Re: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification

2008-09-18 Thread André Warnier
Gauss wrote: From the Apache Tomcat server I can access my webapp via SSL/443 using localhost and/or the server's LAN IP address. No errors in the logfile. More and more, this problem looks like a firewall/port blocking issue. Yes, it probably is. Also check the Windows Firewall, if it might

RE: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification

2008-09-18 Thread Gauss
o:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 3:08 PM To: Tomcat Users List Subject: RE: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification I had a similar issue, and it turned out to be an address binding issue. Can you access the site on localhost by using your actual host

RE: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification

2008-09-18 Thread Paul McGurn
ember 18, 2008 4:51 PM To: 'Tomcat Users List' Subject: RE: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification Paul, Thanks very much for the help. I have already configured SSL to work using port 443 as follows: I can connect to my webapp using htt

RE: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification

2008-09-18 Thread Gauss
: Tomcat Users List Subject: RE: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification Yes there is. I recommend this article as far as properly configuring SSL (this one is with a self signed certificate though) http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps

RE: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification

2008-09-18 Thread Paul McGurn
Yes there is. I recommend this article as far as properly configuring SSL (this one is with a self signed certificate though) http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/ Here's an example config for both, which also will allow connections on 80 to redirect to 443