My tomcat version is 4.0.3 and not 3.x

If I reinstall the apache with openssl+mod_ssl and configure Tomcat with SSL
support (http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html), if
in httpd.conf I have

JkMount /xx loadbalancer (I have a loadbalancer worker in
workers.properties)

if a client call https://myserver/xx/pippo

is the request  passed to Tomcat?

How can I tell Apache to redirect http requests to https requests?

Thanks

Laura


----- Original Message -----
From: "sonam singh" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, June 10, 2002 1:32 PM
Subject: Re: SSL question


>
> --- Laura <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I have a question about SSL - HTTPS. I have a system
> > with apache + 2 Tomcat
> > instances with load balancer. Now my web application
> > is over HTTP. Next week
> > we are going to buy a Verisign Certificate and I
> > have to move the web
> > application from HTTP to HTTPS.
> >
> > We have apache compiled for SSL: all the emails I
> > have read till now are
> > about Tomcat as web server with SSL support. Am I
> > rigth?
> >
> > How can I do to configure apache with SSL support
> > telling him that when  he
> > finds /sss/eee he has to call the web application
> > /sss in Tomat (JkMount).
> > That is: the client call
> > http://myserver/sss/eee and I want to call in HTTPS
> > my web application under
> > Tomcat (https://myserver/sss/eee) whre SSL is
> > managed by Apache.
> >
>
> u have to reinstall the apache with openssl+mod_ssl
> if u want to know the installation faq
> www.ccl.net/cca/software/UNIX/apache/solaris-t3.2/README.shtml
>
> > How can I do?
> >
> > Thanks for your help
> >
> >
> > Laura
> >
> >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to