The default Tomcat SSL port is 8443. Unless you start an SSL Connector on port 8080, you will never get a response for https://some.host:8080 as there is nothing on the server end to negotiate the SSL connection with the browser making the request.
John > -----Original Message----- > From: Manoj Kithany [mailto:manojkithany108@;hotmail.com] > Sent: Tuesday, November 12, 2002 3:05 PM > To: [EMAIL PROTECTED] > Subject: Tomcat Application on Port 443 or 8080? > > > Hi Experts: > > My Apache+SSL is working now - thanks to you all. I checked it using > https://www.kithany.com. > > However, I have a small Application which contains > JSP+Servlets which calls > Oracle DB via JDBC. This application is working fine when I type > http://www.kithany.com:8080/kithany/index.jsp but when I try HTTPS as > https://www.kithany.com:8080/kithany/index.jsp it does'nt > work - ie page > does'nt shows up. > > I know that HTTPS listens to port 443 and my > Application(Tomcat+JBoss) > listens to port 8080 - so how do I integrate both the ports to work > together? Any useful information on above is appreciated. > > THANKS! > > > > > > > _________________________________________________________________ > The new MSN 8: advanced junk mail protection and 2 months FREE* > http://join.msn.com/?page=features/junkmail > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
