Workes.properties socket_timeout clarification

2006-03-09 Thread Justin Greene
socket operations. How does this differ from reply_timout? Any feedback would be appreciated. Thanks, Justin -- Justin Greene SECCAS, LLC. 212-242-9308 x 101 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Performance tricks with multiple tomcat instances

2006-03-09 Thread Justin Greene
> -Original Message- > From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 09, 2006 3:06 PM > To: Tomcat Users List > Subject: Re: Performance tricks with multiple > tomcat instances > > On 3/9/06, Justin Greene <[EMAIL PROTECTED]>

Is this tomcat or my app?

2006-03-09 Thread Justin Greene
t.java:675) org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:868) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:684) java.lang.Thread.run(Thread.java:595) -- Justin Greene SECCAS, LLC. 212-242-9308 x 101 - To unsubscri

Re: Performance tricks with multiple tomcat instances

2006-03-09 Thread Justin Greene
> -Original Message- > From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 09, 2006 10:28 AM > To: Tomcat Users List > Subject: Re: Performance tricks with multiple > tomcat instances > > On 3/9/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > If I were to a

Re: IIS 6 + Apache tomcat 5.5.15 + SQL Server 2000 ? ( Windows 20 03 Server )

2006-03-09 Thread Justin Greene
We have used both JTDS and JDBC to connect Tomcat to SQL2000. JTDS seems to be more memory efficient. It is also far stricter in how data types are cast. Stored Procedures that worked fine with JDBC sometimes did not properly with JTDS. I think the issue (I am not doing the java work) is that t

Re: JMX via SSH tunnel does not work?

2006-03-06 Thread Justin Greene
We had issues using jconsole remotely a while back (jdk 1.5.0_02) that we were never able to solve. If memory serves, jconsole opens a connection on the specified port to that Java instance. An additional port or two (I can't remember) are then opened and the ports that are used are somewhat rand

Re: mod_jk errors - are these normal?

2006-03-06 Thread Justin Greene
> -Original Message- > From: michael thomas [mailto:[EMAIL PROTECTED] > Sent: Monday, March 06, 2006 4:42 PM > To: Tomcat Users List > Subject: TomcatUsers: Re: mod_jk errors - are these normal? > > --- Sven K�hler <[EMAIL PROTECTED]> wrote: > > > > [Wed Mar 01 20:00:42 2006] [error

Re: Problem with mod_jk/apache 1.3.34 Windows

2006-03-06 Thread Justin Greene
> -Original Message- > From: Mladen Turk [mailto:[EMAIL PROTECTED] > Sent: Monday, March 06, 2006 12:33 PM > To: Tomcat Users List > Subject: Re: Problem with mod_jk/apache 1.3.34 Windows > > Justin Greene wrote: > > "Do not use cachesize with value

Problem with mod_jk/apache 1.3.34 Windows

2006-03-06 Thread Justin Greene
ne has would be greatly appreciated. I am running out of things to try on the troubleshooting side. We are also pursuing whether our code could somehow be contibuting to this... Some sort of session synchronization issue or something. Thanks, Justin