RE: automatically redirect http to https in tomcat

2003-02-11 Thread Mohamed Nasser
In the httpd.conf under the virtual host listening to port 80 have the line RedirectPermanent / https://my.domain.com if you want it to do for specific content you may have to play with the above statement or redirect rules. The above would be for all http requests. -MN -Original

RE: tomcat 4.1.12 ssl connector stop responding

2003-02-04 Thread Mohamed Nasser
I know there was a bug with the coyote connector for tomcat 4.1.12 as I configured with apache. I upgraded to 4.1.18 and I have had no problems. -Original Message- From: ing.Marco Baiguera [mailto:[EMAIL PROTECTED]] Sent: Tue, February 04, 2003 5:09 AM To: [EMAIL PROTECTED] Subject:

SSL negotiation between Apache2.0.43 Tomcat4.1.12 ( windows)

2003-01-24 Thread Mohamed Nasser
that that was SSL somehow. What am I missing. I also tried to place the include directive in the virtual host of the SSL port but that did not even resolve the servlets and gave me internal error. Any one have a quick clue. Or a document link I can read. Thanks for all your help Mohamed Nasser

removing /servlet from apache to tomcat ( mod_jk) URL's

2001-02-26 Thread Mohamed Nasser
altered admin/servlet/* to admin/* and it worked fine. Is my problem just because my servlets and classes are not under webapps. Mohamed Nasser - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email

RE: mod_jk - undefined symbol

2001-01-19 Thread Mohamed Nasser
In compiling mod_jk you need to have all the *.c files accessible. Were you in the source/native/jk directory when you compiled and also referred to all the *.c it needs. When all are not included you will get the symbol errors. Mohamed -Original Message- From: Eric Paul [mailto:[EMAIL

Apache and tomcat

2000-12-05 Thread Mohamed Nasser
figuration changes. Being able to browse the directories tells me the configuartion is right, however I can't run my servlets. any help will be appreciated. Mohamed Nasser