RE: Struts with Tomcat and Apache

2004-04-09 Thread John Thompson
get home, would you mind posting the names of the books? Thanks, Dave -Original Message----- From: John Thompson [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 2:55 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Struts with Tomcat and Apache Ralf, I'm not

RE: Struts with Tomcat and Apache

2004-04-09 Thread John Thompson
Ralf, I'm not familiar with the document you refer to but Struts is essentially a library of functions and JSP tags that are part of your servlet. Neither the Tomcat nor Apache configurations are really affected by Struts. The documents at http://jakarta.apache.org/struts/ talk about how to put

RE: Memory Leak Solution?

2004-04-02 Thread John Thompson
On Fri, 2 Apr 2004 10:28:22 -0600, John Thompson <[EMAIL PROTECTED]> wrote: > I've been fighting a similar symptom. I downloaded the eval copy of > JProfiler and found the problem pretty quickly. I had some static > classes > that kept allocating memory that never got de-

RE: Memory Leak Solution?

2004-04-02 Thread John Thompson
I've been fighting a similar symptom. I downloaded the eval copy of JProfiler and found the problem pretty quickly. I had some static classes that kept allocating memory that never got de-referenced. John -Original Message- From: LILES, DAVID (CONTRACTOR) [mailto:[EMAIL PROTECTED] Sent

RE: SSL Doesn't Stay SSL

2004-03-10 Thread John Thompson
And something like this ? RewriteCond %{REQUEST_URI} ^/servlet/app(.*) RewriteRule ^/(.*)$ https://app.domain.com/$1 [R,L] -Message d'origine- De :John Thompson [mailto:[EMAIL PROTECTED] Envoyé :mercredi 10 mars 2004 17:02 À : 'Tomcat Users List' Objet :

RE: SSL Doesn't Stay SSL

2004-03-10 Thread John Thompson
7;t Stay SSL 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 PRO

SSL Doesn't Stay SSL

2004-03-10 Thread John Thompson
I'm having a problem where I want users to connect to my servlet with SSL but I can't get it to maintain an SSL connection. The first page of the servlet is encrypted but when I navigate to the second and other pages, the browser no longer shows the lock icon. The URL is still the https:// URL.

JK2 Download Location

2003-06-13 Thread John Thompson
I am unable to find the download for the JK2 connector. I am running RH 9, Apache 2, and Tomcat 4. Ultimately, I think I'm looking for the mod_jk2.so and jkjni.so files. I'm trying to follow the instructions at Jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.html and vhosthowto.htm

RE: Intermittent ferrors with ajp12 with tc3.2.1 on solaris with stronghold (apache)

2001-07-27 Thread John Thompson
;list-help: <mailto:[EMAIL PROTECTED]> >list-unsubscribe: <mailto:[EMAIL PROTECTED]> >list-post: <mailto:[EMAIL PROTECTED]> >Delivered-To: mailing list [EMAIL PROTECTED] >Message-ID: <77D94A9BDCEFD3119DF100D0B73EA6A8541381@teleca126> >X-Mailer: Internet Mail Servi

Intermittent ferrors with ajp12 with tc3.2.1 on solaris with stronghold (apache)

2001-07-26 Thread John Thompson
kind Sir/Madam, This problem has fixed itself twice and now appeared again I'm running on Solaris 2.6, Tomcat 3.2.1, Stronghold 3.0 (secure apache). I've been running happily making and testing servlets using ajp12 and ajp13, then it stops working. I start tomcat, start stronghold, try the se