You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by jamsda <ja...@yahoo.com> on 2007/04/03 21:19:34 UTC

Port redirecting 80 -> 443 with Tomcat

Hello,

I'm trying to redirect port 80 requests to 443. I'm
using apache2.2.4 with tomcat5.5.23 and using
ProxyPass to direct traffic to tomcat instead of
mod_jk.  With apache only, I can redirect 80 -> 443
with rewrite rules just fine, but once I add the
ProxyPass directive  (ProxyPass /data
ajp://localhost:8009/data) the rewrite rules are
ignored.

I've tried adding an entry in my server.xml:

<Connector port="8009" 
               enableLookups="false"
redirectPort="443" protocol="AJP/1.3" />

Without any luck.. Can anybody point me in the right
direction?


Thanks,
Jim


 
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org