nope, I just used the default config.  As I said, it works just fine
under HTTP but I get these zany redirects when it's HTTPS...it almost
seems like I need to somehow tell tomcat to use the keyword HTTPS
instead of the HTTP keyword (as it just puts in the 443 port).  Very
weird.

Dave

-----Original Message-----
From: Tamim, Samir [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 21, 2002 3:48 PM
To: 'Tomcat Users List'
Subject: RE: wacky HTTPS->HTTP re-direct problem w/apache and tomcat 4


Hi Dave,

Do you have a special config on linux, I have problems requesting the
/examples via the connector on Solaris 8.

Did you change something, or it was straight forward as documented.

Thanks
Sam

-----Original Message-----
From: Dave North [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 21, 2002 15:46
To: [EMAIL PROTECTED]
Subject: wacky HTTPS->HTTP re-direct problem w/apache and tomcat 4


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