apache, tomcat http to https redirect

2005-12-12 Thread Kiarna Boyd

Good afternoon,

I have a functional apache web server(2.0.52) and Tomcat(5.0.28) app 
server install. I'm trying to figure out the best way to do a redirect 
to enforce SSL logins.
I can rewrite the URL with the webserver mod_rewrite BEFORE the JkMount 
directives are applied but not after as it is handed off to the Tomcat 
server.
So if my URL has a tomcat mount pattern in it, the rewrites do not get 
applied.
I find that this is a problem in general that the web server rules get 
ignored when passed to the JkMount.



I prefer having my certs and SSL work happening in the web server level 
rather than the app server.
Is there a graceful way of transforming the URL that I'm overlooking 
besides putting it in the app code?


Thank you!

-Kiarna

RE: suppress tomcat version numbers

2005-11-23 Thread Kiarna Boyd

From: Caldarale, Charles R [EMAIL PROTECTED]
Date: November 22, 2005 10:52:49 AM EST
To: Tomcat Users List users@tomcat.apache.org
Subject: RE: suppress tomcat version numbers



From: Kiarna Boyd [mailto:[EMAIL PROTECTED]
Subject: suppress tomcat version numbers

Hi I'm trying to suppress the version number Tomcat gives in its
headers.


Read the doc on the Connector tag.  You're looking for the server
attribute (the description mentions something about being paranoid :-).

 - Chuck


Hi Chuck
 I looked through the docs and it seems to only be an option for 5.5 
tomcat, not for the 5.0 or the 4.0.

http://tomcat.apache.org/tomcat-5.5-doc/config/http.html

Any other ideas on how to pass that header variable?

Thanks!
-Kiarna

suppress tomcat version numbers

2005-11-22 Thread Kiarna Boyd
Hi I'm trying to suppress the version number Tomcat gives in its 
headers.
Maybe I'm not looking online for the correct phrasing of this issue for 
either version 4.0.6 or 5.0.28.


Could someone please point me in the right direction?
Thank you.

-Kiarna