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 Message

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: tomca

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

2003-01-24 Thread Mohamed Nasser
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. -- To unsubscribe, e

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

2001-02-26 Thread Mohamed Nasser
servings altered. In the same > implementation i 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 un

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 /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 PROTECT

apache webserver and tomcat servlet engine. ( HELP)

2000-12-06 Thread Mohamed Nasser
. I hope there is some one who can clue in to my "ignorance". a little frustrated. Mohamed Nasser The error I receive when i run through the port configured in httpd.conf: $ HANDLER THREAD PROBLEM: java.io.IOException: Stream broken, couldn't demarshal string :768:389 java.io.IOEx

Apache and tomcat

2000-12-05 Thread Mohamed Nasser
ll the configuration 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