servlet trouble

2004-03-10 Thread AMELIN Franck
Hi all, I use tomcat 4 and I sometime face this trouble : One of my servlet's doesn't response anymore and I get the fallowing message in log file : 2004-03-10 15:12:02 Formule: init 2004-03-10 15:12:02 Formule: init 2004-03-10 15:12:06 jsp: init 2004-03-10 15:12:06 jsp: init 2004-03-10

RE: SSL Doesn't Stay SSL

2004-03-10 Thread AMELIN Franck
Try to force the use of https on the server : RewriteEngine on RewriteLog logs/rewrite.log RewriteCond %{SERVER_PORT} ^80$ RewriteRule ^/(.*)$ https://%{SERVER_NAME}/$1 [R,L] In you're file httpd2.conf. -Message d'origine- De :John Thompson [mailto:[EMAIL PROTECTED] Envoyé :

RE: servlet trouble

2004-03-10 Thread AMELIN Franck
One of the ancestor implements javax.servlet.SingleThreadModel ! The web.xml is clean. -Message d'origine- De :Shapira, Yoav [mailto:[EMAIL PROTECTED] Envoyé :mercredi 10 mars 2004 16:33 À : Tomcat Users List Objet : RE: servlet trouble Hi, 2004-03-10 15:23:37

RE: SSL Doesn't Stay SSL

2004-03-10 Thread AMELIN Franck
] /VirtualHost I still have the same problem. I don't want to force all virtual hosts to use SSL, just this one servlet called app. -Original Message- From: AMELIN Franck [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 9:29 AM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: SSL

Please increase maxThreads !!!

2003-11-07 Thread AMELIN Franck
Hi all , I'm using tomcat 4.1.17 / apache 1.3.26 / mod_jk 1.2.2. Sometimes, I found this message in my catalina.out file : 7 nov. 2003 09:12:35 org.apache.tomcat.util.log.CommonLogHandler log INFO: All threads are busy, waiting. Please increase maxThreads or check the servlet status10 10 The

RE: Redirecting on different port

2003-10-07 Thread AMELIN Franck
The better way to do this is to use virtualhosting and url rewriting with apache httpd. -Message d'origine- De :Honza Spurný [mailto:[EMAIL PROTECTED] Envoyé :mardi 7 octobre 2003 13:58 À : Tomcat Maillisting Objet : Redirecting on different port Hi there, I have

RE: Including a JSP into another.

2003-10-03 Thread AMELIN Franck
I use both in some JSP and it works fine. Here is a sample one : %@ taglib uri=/taglibs/generic.tld prefix=esope % %@ taglib uri=/taglibs/c.tld prefix=c % %@ taglib uri=/taglibs/fmt.tld prefix=fmt % jsp:include page=entetePage.jsp jsp:param name=titre value= / jsp:param

tomcat4 / apache httpd / mod jk / ssl

2003-10-01 Thread AMELIN Franck
Hi all, I use : Apache-AdvancedExtranetServer/1.3.26 mod_jk/1.2.2 mod_ssl/2.8.10 OpenSSL/0.9.6g. Tomcat4.1.17 Everything works fine, but in SSL mode I've got the error for each request : 1 oct. 2003 15:19:48 org.apache.jk.server.JkCoyoteHandler action GRAVE: Error in action code