adding sessionId to apache logs

2000-11-13 Thread kenneth topp
Well, I did it, and it was too easy. Adding a line in SessionInterceptor.beforeBody(): response.addHeader("jsessid", (reqSessionId!=null) ? reqSessionId : rrequest.getRequestedSessionId() ); And in httpd.conf: LogFormat "%h %l %{jsessid}o %t

[tomcat-user] Re: which version for production?

2000-11-10 Thread kenneth topp
3.2 is _much_ closer to a final release then 4.0 I see it on production with apache on linux. HTH, Kenneth Topp --- to unsubscribe: [EMAIL PROTECTED] for more info: http://jakarta.apache.org/getinvolved/mail.html On Fri, 10 Nov 2000, Vinny wrote: I'm designing some jsp and servlet apps

Re: [tomcat-user] Re: $TOMCAT_HOME/conf/web.xml isn't readed inTomcat 3.2b6???

2000-11-06 Thread kenneth topp
, Kenneth Topp --- to unsubscribe: [EMAIL PROTECTED] for more info: http://jakarta.apache.org/getinvolved/mail.html sorry, it's simply not supported. I have yet to hear any developer response on this list about cleaning up docs mentioning that is supported. I just recompiled WebXmlReader.java

[tomcat-user] Re: AW: Custom Error Document

2000-10-31 Thread kenneth topp
. Will post more when I'm on the other side of the launch. Kenneth Topp --- to unsubscribe: [EMAIL PROTECTED] for more info: http://jakarta.apache.org/getinvolved/mail.html On Tue, 31 Oct 2000, Amrhein, Thomas wrote: Hi, I want to do the same. Belong the Servlet-Spec 2.2 we have to edit

[tomcat-user] RE: Tomcat 3.2-beta-6 or 4.0m3?

2000-10-31 Thread kenneth topp
generation of specifications.. my thoughts.. not gospel, but I would love for tomcat-dev to straighten things out.. Hopefully politics isn't in play. Kenneth Topp --- to unsubscribe: [EMAIL PROTECTED] for more info: http://jakarta.apache.org/getinvolved/mail.html On Tue, 31 Oct 2000, Kitching

RE: [tomcat-user] issues with mod_jk (consuming 100% of cpu)

2000-10-30 Thread kenneth topp
downloaded (linux i386) is 'garbled'. Thanks, ranko -Original Message- From: Kenneth Topp [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 1:45 PM To: [EMAIL PROTECTED] Subject: [tomcat-user] issues with mod_jk (consuming 100% of cpu) I've just noted a issue

[tomcat-user] Re: Is JSP suitable for high traffic sites?

2000-10-29 Thread kenneth topp
, or have a jsp based site that get's that many hits. HTH, Kenneth Topp --- to unsubscribe: [EMAIL PROTECTED] for more info: http://jakarta.apache.org/getinvolved/mail.html As i mentioned before we run PHP with MySQL today and we're having a hard time to scale it. We have about 10 dedicated Web/DB

[tomcat-user] Re: Sun JDK 1.3.0 and multiple 'java' startups?

2000-10-25 Thread kenneth topp
in big trouble. I would think the OS needs to have hooks into userspace for the jvm to handle swapping gracefully... No one seems to mention this mess right now. Anycase, just fyi.. Kenneth Topp --- to unsubscribe: [EMAIL PROTECTED] for more info: http://jakarta.apache.org/getinvolved/mail.html