I have this same setup working with out any problems. Can you send the
section of the httpd.conf where you setup the https server. In tomcat
are you using both the http connector and the warp connector? Not sure
if this would cause a problem or not, I am only using the warp connector
by itself.

Dave North wrote:
> 
> Hello all,
>         I have the following config:
> 
> apache 1.3.2.2 using mod_ssl and mod_webapp
> tomcat 4.0.1
> RH Linux 7.1
> 
> I had successfully configured apache to talk via the warp connector to
> tomcat for our JSP application.  Now I wanted to add SSL support so I
> downloaded and installed mod_ssl.  No problems so far.  However, when I
> go to https://myhost/myapp/ it fails because it's re-directed me to
> http://myhost:443/myapp/index.jsp.  I have the same problem with the
> examples.  When served from tomcat directly (in http, no problems.
> 
> I can't seem to find anything on this problem and it's driving me crazy!
> :)
> 
> Snippet from my httpd.conf:
> 
> # DN for tomcat
> WebAppConnection myconn warp localhost:8008
> WebAppDeploy examples myconn /examples/
> WebAppDeploy myapp myconn /myapp/
> WebAppInfo /webapp-info
> 
> I'm just using the standard server.xml for tomcat.
> 
> Any help is MUCH appreciated.
> 
> Cheers
> 
> Dave
> 
> Dave North
> SIGNIANT Inc.
> Trusted Data Transfer Services
> www.signiant.com
> Phone: 613-761-3623
> Fax: 613-761-3629
> EMail: [EMAIL PROTECTED]
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to