RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Hi Matt, Welcome to the list from me. It's funny because you have just listed precisely the same server setup as we are launching our new tomcat based app to this weekend and I have been having nightmares about performance. We have a system like this; user -> IIS -> JK2 ISAPI ->

RE: Tomcat configuration tuning

2004-04-08 Thread Shapira, Yoav
Hi, >Welcome to the list from me. It's funny because you have just listed >precisely the same server setup as we are launching our new tomcat based You have a wacky definition of "precisely" because he has Apache at the front-end and you have IIS. Yoav Shapira This e-mail, including any atta

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Yes ok :) but other than that ;) ADC. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 08 April 2004 17:01 To: Tomcat Users List Subject: RE: Tomcat configuration tuning Hi, >Welcome to the list from me. It's funny because you have just listed >pr

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
2004 17:22 To: Allistair Crossley Subject: RE: Tomcat configuration tuning I have seen a couple postings regarding poor performance with Tomcat recently and thought I'd respond because we are using IIS5 with Tomcat 5 and SQL 2000 as well. We have a Struts site but our difference is that we are u

Re: Tomcat configuration tuning

2004-04-08 Thread Matt Woodings
Hi Allistair, Thanks for the quick response. My server.xml file is below but to some of the questions you had. One of the biggest speed increases we gained was from SQL optimization and table tuning. One thing about server.xml configuration which I realised is the acceptCount being set too high

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Slightly off-forum but related to my performance tuning of my tomcat webapp, I am using the JCIFS NTLM authentication servlet as a filter. The filter is mapped to all requests /*. I just thought to myself on the train home whether because NTLM is a 3-way handshake, that this may be causing some

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
I do just what you described below. If the loginContext isn't in the session, I show do a global-forward to the login form. And, because I didn't want to have to put a session check into every Struts action I used AspectJ to weave in a pointcut into every action. Works great. I was considering

RE: Tomcat configuration tuning

2004-04-08 Thread Shapira, Yoav
#x27;re re-authenticating every time, that's terrible, and you should make your filter smarter. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 08, 2004 3:38 PM >To: Tomcat Use

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
rch Informatics -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 3:38 PM To: Tomcat Users List Subject: Re: Tomcat configuration tuning I do just what you described below. If the loginContext isn't in the session, I show do a g

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
al Message- >From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 08, 2004 3:38 PM >To: Tomcat Users List >Subject: Re: Tomcat configuration tuning > >I do just what you described below. If the loginCon

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
. ADC -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thu 08/04/2004 20:38 To: Tomcat Users List Cc: Subject: Re: Tomcat configuration tuning I do just what you described below. If

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
saying you use JCIFS also? Is the loginContext your own or part of the JCIFS API. ADC -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thu 08/04/2004 20:38 To: Tomcat Users List Cc: Subject: Re: Tomcat configuration tuning I do just what you

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
saying you use JCIFS also? Is the loginContext your own or part of the JCIFS API. ADC -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thu 08/04/2004 20:38 To: Tomcat Users List Cc: Subject: Re: Tomcat configuration tuning