Only if you change Tomcat's SSL Connector to listen on port 443 instead of
8443.  The assigned port (default port) for SSL is 443...you can't change
that, unless you want to grab the Mozilla source code and build your own
browser.  443 is the port your browser will try to contact if you leave out
a different port designation on the URL.

John


-----Original Message-----
From: Qmail List
To: Tomcat Users List
Sent: 11/12/02 4:26 PM
Subject: Re: Tomcat Application on Port 443 or 8080?


But for Tomcat running Stand Alone there still must be a way for SSL to
work
w/o having to explicity say :8443 in the URL.


----- Original Message -----
From: "Pae Choi" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, November 12, 2002 7:17 PM
Subject: Re: Tomcat Application on Port 443 or 8080?


> The recommend way is either you [1]configure Apache/HTTP(S)
> and TOMCAT(TC) with connentor or [2]make a direct conection
> to TC.
>
> So the first case will be accessed as follows:
>
> [1]    https://<domain>/<context>/<url-pattern>
>
>         This will use the port # 443.
>
> And the second case will be accessed as follows:
>
> [2]    https://<domain>:8443/<context>/<url-pattern>
>
>         This will use the port # 8443.
>
> But I would not recommend the second scenario.
>
>
> Pae
>
>
>
> ----- Original Message -----
> From: "Manoj Kithany" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 12, 2002 12:04 PM
> 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>
>


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

Reply via email to