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

Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification

2008-09-18 Thread Gauss
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 versus the out-of-the-box Tomcat ports of 8080 / 8443. I

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

2008-09-18 Thread Paul McGurn
- From: Gauss [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 4:30 PM To: users@tomcat.apache.org Subject: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification Greetings, I am using Apache Tomcat 6.0 on Windows Server 2003. I'm not serving any pure HTML pages - all

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

2008-09-18 Thread Gauss
18, 2008 2:37 PM To: 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

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

2008-09-18 Thread Paul McGurn
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: Connector port=80 protocol=HTTP/1.1 connectionTimeout=2

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

2008-09-18 Thread Gauss
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 hostname

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 Washburn, Brian J [IT]
:[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