How to log thread-pool of tomcat-5.5.25

2008-07-03 Thread Zsolt Koppany
Hi, after some hours we detect that tomcat uses lot of threads. How can I get logging information about threads being created/destroyed etc. Zsolt - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

RE: JSESSIONID doesn't contain the port

2008-06-19 Thread Zsolt Koppany
; From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2008 10:08 PM > To: Tomcat Users List > Subject: Re: JSESSIONID doesn't contain the port > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Zsolt, > > Zsolt Koppany wrote: &

RE: JSESSIONID doesn't contain the port

2008-06-19 Thread Zsolt Koppany
No, they (must) use the same IP address. Zsolt > -Original Message- > From: Pid [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2008 2:45 PM > To: Tomcat Users List > Subject: Re: JSESSIONID doesn't contain the port > > Zsolt Koppany wrote: >

JSESSIONID doesn't contain the port

2008-06-19 Thread Zsolt Koppany
Hi, we have two web applications running on the same host (with the same tomcat) but on DIFFERENT ports. Buf, if one tomcat application refers on URL of the second application the browser (FF-2.0.0.14 IE-6) get a NEW a new JSESSIONID thus the browser looses its session-id to the first application

RE: How to store mod_jk warnings into a file?

2008-02-12 Thread Zsolt Koppany
mod_jk warnings into a file? > > I don't know if this is what you are looking for, but for my Apache (which > uses mod_jk) in the config file I have this line: > > JkLogFile /var/log/jklog.log > > a.m. > > > On Feb 12, 2008 1:09 PM, Zsolt Koppany <[EMAIL PROT

How to store mod_jk warnings into a file?

2008-02-12 Thread Zsolt Koppany
Hi, I start tomcat with nohup and get lot of mod_jk warnings in nohup.out. What do I have to do to redirect mod_jk related warnings into a separate file? I use tomcat-5.5.25. Zsolt WARNING: Error sending end packet java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketW

How to get the context path during servlet load?

2007-10-13 Thread Zsolt Koppany
Hi, I want to make the application contextPath independent. Normally this is not a problem because I can use request.getContextPath() however I need to know the contextPath during startup: startup ... 1 How can I do that? Zsolt -

RE: Tomcat randomly hangs

2007-01-26 Thread Zsolt Koppany
Did you try: export LD_ASSUME_KERNEL=2.2.5 or export LD_ASSUME_KERNEL=2.4.1 tomcat start Zsolt > -Original Message- > From: Brian Cross [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 25, 2007 7:23 PM > To: users@tomcat.apache.org > Subject: Tomcat randomly hangs > > Hello and tha

RE: tomcat-5.5.20 tld listeners from jars only from .../tomcat/common/lib?

2006-11-02 Thread Zsolt Koppany
David, it is very simple. If the jar file (ditchnet-tabs-taglib.jar http://ditchnet.org/tabs/) is under /install_dir/tomcat/webapps/APPLICATION/WEB-INF/lib the ServletContextListener is not called I need the following lines in my web.xml: org.ditchnet.jsp.taglib.tabs.listener.TabServletContext

RE: JNDI Realm and Active Directory root search

2006-11-02 Thread Zsolt Koppany
Matt, what do you mean with 'referrals="follow"' ? Is that a jndi configuration option ? Zsolt > -Original Message- > From: Matt Warren [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 01, 2006 6:24 PM > To: Tomcat Users List > Subject: Re: JNDI Realm and Active Directory root searc