RE: Debug apache-tomcat-8.5.59 open sockets on Linux 8

2021-08-31 Thread Jalaj Asher
al Message- From: Christopher Schultz Sent: Tuesday, August 31, 2021 12:23 PM To: users@tomcat.apache.org Subject: Re: Debug apache-tomcat-8.5.59 open sockets on Linux 8 Attention! - This email has originated from an External Source outside of eClinicalWorks. Always use caution when opening attachments

Re: Debug apache-tomcat-8.5.59 open sockets on Linux 8

2021-08-31 Thread Christopher Schultz
1 11:50 AM To: users@tomcat.apache.org Subject: Re: Debug apache-tomcat-8.5.59 open sockets on Linux 8 Yeggy, On 8/31/21 11:22, Yeggy Javadi wrote: Please indicate if there is any debug option and log that can trace sockets open by tomcat to identify when and by which application function a socket is

RE: Debug apache-tomcat-8.5.59 open sockets on Linux 8

2021-08-31 Thread Yeggy Javadi
To: users@tomcat.apache.org Subject: Re: Debug apache-tomcat-8.5.59 open sockets on Linux 8 Yeggy, On 8/31/21 11:22, Yeggy Javadi wrote: > Please indicate if there is any debug option and log that can trace > sockets open by tomcat to identify when and by which application > function a

Re: Debug apache-tomcat-8.5.59 open sockets on Linux 8

2021-08-31 Thread Christopher Schultz
Yeggy, On 8/31/21 11:22, Yeggy Javadi wrote: Please indicate if there is any debug option and log that can trace sockets open by tomcat to identify when and by which application function a socket is open. Do you mean a web application? Tomcat manages incoming HTTP/2/Websocket/APR connections o

Re: Debug tomcat 6.0

2012-10-11 Thread Pid *
On 11 Oct 2012, at 08:34, "vicky007aggar...@yahoo.co.in" wrote: > All, Please don't hijack other people's threads. p > > How to debug tomcat 6.0 , actually i am a Having issue with tomcat static > membership cluster . But i am not seeing any relevant information in > catalina.out file. > >

Re: Debug tomcat 6.0

2012-10-11 Thread vicky007aggarwal
Thanks Mark for such a easy explanatory answer. Appreciated ;) Thanks, Vicky On Oct 11, 2012, at 1:21 PM, Mark Eggers wrote: > On 10/11/2012 12:32 AM, vicky007aggar...@yahoo.co.in wrote: >> All, >> >> How to debug tomcat 6.0 , actually i am a Having issue with tomcat static >> membership clu

Re: Debug tomcat 6.0

2012-10-11 Thread Mark Eggers
On 10/11/2012 12:32 AM, vicky007aggar...@yahoo.co.in wrote: All, How to debug tomcat 6.0 , actually i am a Having issue with tomcat static membership cluster . But i am not seeing any relevant information in catalina.out file. Kindly suggest Thanks Vicky Edit $CATALINA_BASE/conf/logging.pr

RE: debug tomcat start up

2009-08-17 Thread Caldarale, Charles R
> From: Thomas G. Lau [mailto:thomas@ntt.com.hk] > Subject: debug tomcat start up > > it throw exception but everything looks correct to us. Don't suppose you'd want to give anyone a hint what the exception is? Along with perhaps the Tomcat version, the JDK/JRE level you're using, and the O

Re: debug

2007-07-25 Thread Scott McClanahan
On Wed, 2007-07-25 at 22:19 +0200, Rainer Jung wrote: > Hi Scott, > > your post subject is a little generic :) > > The code shows, that the various realm classes only log additional > things for the following debug values: > > DataSourceRealm.java: debug >= 2 > > JAASMemoryLoginModule.java: de

Re: debug

2007-07-25 Thread Rainer Jung
Hi Scott, your post subject is a little generic :) The code shows, that the various realm classes only log additional things for the following debug values: DataSourceRealm.java: debug >= 2 JAASMemoryLoginModule.java: debug>0 JDBCRealm.java: debug >= 2 JNDIRealm.java: debug 1, 2, 3, 4 Use

Re: Debug question ?

2006-02-27 Thread Leon Rosenberg
I think you have something in session which is not serializable. Therefore tomcat aborts writing session contents to file. Next start tomcat tries to load stored sessions, but can't due to previously aborted writing. If you don't care about restart session persistence, you can try to find the prope