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 \"%r

[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 serv

Sharing sessionId with apache?

2000-11-09 Thread kenneth topp
I want to get sessionid in my apache logs. Is this straight forward? Anyone know how to do this? Thanks, Kenneth Topp

BUG: in mod_jk ajp13! [#1]

2000-11-08 Thread kenneth topp
use ajp13 soon for SSL support. Hopefully these errors are already fixed. Please cc tomcat-user or me. Thanks, Kenneth Topp tomcat.log.10-30-2000_23-21-17 java.net.SocketException: Connection reset by peer: Connection reset by peer at java.net.SocketInputStream.socketRead(Native Method)

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

2000-11-06 Thread kenneth topp
Reader) is all most people need. Good Luck, 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 clean

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

2000-11-06 Thread kenneth topp
it's working again). I wouldn't expect it back... Kenneth Topp --- to unsubscribe: [EMAIL PROTECTED] for more info: http://jakarta.apache.org/getinvolved/mail.html On Mon, 6 Nov 2000, Alberto Silva wrote: > Hi, > > I have been trying to change some parameters in my $TOMCA

[tomcat-user] Re: Request for clarification - I.E. Tomcat mod_jkinstalled in Apache

2000-11-02 Thread kenneth topp
ed. There are serveral documents explaining this... Good Luck, Kenneth Topp --- to unsubscribe: [EMAIL PROTECTED] for more info: http://jakarta.apache.org/getinvolved/mail.html On Thu, 2 Nov 2000, John Bateman wrote: > Hi > > I've installed the mod_jk module into Apache, ev

[tomcat-user] Re: Tomcat crashes when uploading files/data

2000-10-31 Thread kenneth topp
Let me guess, you use ajp13? Try going back to ajp12. Try posting the stacktrace to tomcat-dev.. Hopefully they will care about it. Kenneth Topp --- to unsubscribe: [EMAIL PROTECTED] for more info: http://jakarta.apache.org/getinvolved/mail.html On Tue, 31 Oct 2000, Shravan Shashikant

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

2000-10-31 Thread kenneth topp
next 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

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

2000-10-31 Thread kenneth topp
ssues. 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

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

2000-10-30 Thread kenneth topp
t the one I 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_j

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

2000-10-30 Thread Kenneth Topp
ed' the process, and it was repeating recv syscall. Anyone have expierience with this problem? I will try to repeat the problem with b6... I think the only thing that was different was possibly requests in midstate. Thanks, Kenneth Topp --- to unsubscribe: [EMAIL PROTECTED]

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

2000-10-29 Thread kenneth topp
p->jsp, or use mysql, 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 >

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

2000-10-25 Thread kenneth topp
If java process swaps you're 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.

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

2000-10-25 Thread kenneth topp
try: ps -ajH the PGID will always be the same for multiple threads of an app. (disclaimer: PGID could be the same of other types of apps (but not normally) and I don't know what happens to PGID when a thread exec's, but neither does posix, so I don't care). Kennet

[tomcat-user] Re: Tomcat and Style sheets

2000-10-24 Thread kenneth topp
the tomcat/conf/web.xml is not read at all in the 3.2 tomcat branch. This is known, and alluded to in places (in 4.0 documentation mostly). However, no one has cleaned up the documentation. I'd try ${context.home}/WEB-INF/web.xml or in apache/conf/httpd.conf... Good Luck, Kenneth