mod_jk Ajp13 and Tomcat 3.2.X

2002-11-14 Thread Chad Cannell
I am working on Tuning our Apache 2.0, mod_jk-2.0.42, Tomcat 3.2.3 on Win2K config In all I have read, I never have seen that you can set minProcessors, maxProcessors, and acceptCount in the Tomcat 3.2.3 server.xml like: I did that and the system degraded conciderably. If I remove them I

RE: Standalone Machine

2002-11-14 Thread Chad Cannell
-Original Message- From: Craig R. McClanahan [mailto:craigmcc@;apache.org] Sent: Thursday, November 14, 2002 4:03 PM To: Tomcat Users List Subject: Re: Standalone Machine On Thu, 14 Nov 2002, Conyers, Dwayne wrote: > Date: Thu, 14 Nov 2002 14:47:52 -0500 > From: "Conyers, Dwayne" <[E

RE: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-14 Thread Chad Cannell
isted in its DirectoryIndex directive, then he finds > index.jsp and invokes it, causing to jk to wake up. So Apache > is first > in action, and jk is following it. Am I right? > > > The elegant solution is probably using mod_rewrite to > rewrite requests > > ending in

Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-13 Thread Chad Cannell
I am trying to set Apache's index file to index.jsp. It is not working. I am using JKmount *.jsp for the dynamic stuff, so for what ever reason, Apache won't server this as the point of entry to our site. We currently use an index.html page to redirect to index.jsp, but want to get rid of that.

RE: mod_jk.log entries

2002-11-12 Thread Chad Cannell
Is there an error reference guide or chart. I need to look into the folowing errors: I am seeing a lot of chatter in my mod_jk.log: [jk_ajp13_worker.c (326)]: Error ajp13_process_callback - write failed [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close,NULL parameter [jk_uri_

mod_jk.log entries

2002-11-11 Thread Chad Cannell
I am seeing a lot of chatter in my mod_jk.log: [jk_ajp13_worker.c (326)]: Error ajp13_process_callback - write failed [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters [jk

RE: Friendly error messages when Tomcat is down

2002-11-11 Thread Chad Cannell
You say you have tried the: ErrorDocument 500 ./systemUnavail.html directive? We are using this and it works well when Tomacat is down. c -Original Message- From: Andrew Ormsby [mailto:andrew.ormsby@;lexicle.com] Sent: Monday, November 11, 2002 11:29 AM To: [EMAIL PROTECTED] Subject: Fri

mod_jk2/ajp13 and Tomcat 3.x

2002-11-06 Thread Chad Cannell
Can Tomcat 3.x and Apache 1.3.X use the mod_jk2 ajp13 connector? We aren't able to move up to 4.X yet but would like to use mod_jk2 as it seems to provide more worker configurabilit and performance than mod_jk and ajp13 for Tomcat 3.x. For example the minProcessors, MaxProcessors, acceptCount do no

RE: Suppress Servlet-Engine Info in HTTP Header

2002-11-06 Thread Chad Cannell
the apache user lists for help. My admin installed (compiled) mod_headers for me and I use it with no problem w/respect to P3P. (http://www.w3.org/P3P/ for those curious) So I can't be of anymore help except for the debugging advice above. -Tim Chad Cannell wrote: > Still not doin

RE: Suppress Servlet-Engine Info in HTTP Header

2002-11-06 Thread Chad Cannell
: ## Header unset Servlet-Engine ## -Tim Chad Cannell wrote: > I am trying to tighten up our Apache and Tomcat implementation. I want > to suppress server type and version to make fingerprinting harder. We > have Apache httpd in front of Tomacat on Win

Suppress Servlet-Engine Info in HTTP Header

2002-11-06 Thread Chad Cannell
I am trying to tighten up our Apache and Tomcat implementation. I want to suppress server type and version to make fingerprinting harder. We have Apache httpd in front of Tomacat on Win32. I can suppress the Apache info passed in "Server:" parameter, but do not know how to suppress the "Servlet-Eng