Tomcat 5.5.15 - HTTPS hanging and intermittent Page Cannot be Displayed problems

2006-03-31 Thread Richard Mundell
The only conclusion I can draw right now is that if you want to use Tomcat to deliver HTTPS content from a Windows-based server, stick with Tomcat 5.5.9. Has anyone else had a similar experience? Richard ___ Richard Mundell The Roberts Group Market Data Expertise that FITS. +1

Question: Accessing connector/connection thread statistics from within a JSP (plus example memory monitoring code)

2006-03-31 Thread Richard Mundell
app shows (number of connection, threads in use, number kept alive, etc) and also (if it's stored somewhere) the peak number of connections since Tomcat was started. Does anyone have some example JSP code they could share? Thanks Richard ___ Richard Mundell The Roberts

[REPOST] Tomcat 5.5.15 - HTTPS hanging and intermittent Page Cannot be Displayed problems

2006-04-03 Thread Richard Mundell
Apologies for the repost but I sent this last week but didn't get any replies. In the hope that the people with the answers on this might've missed it, I'm trying again... ;-) _ From: Richard Mundell [mailto:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 11:33 AM To: 'users

RE: [REPOST] Tomcat 5.5.15 - HTTPS hanging and intermittent Page Cannot be Displayed problems

2006-04-03 Thread Richard Mundell
any other services have issues with dropped connection or delayed response during the same time? --David Richard Mundell wrote: Apologies for the repost but I sent this last week but didn't get any replies. In the hope that the people with the answers on this might've missed it, I'm trying again

RE: [REPOST] Tomcat 5.5.15 - HTTPS hanging and intermittent Page Cannot be Displayed problems

2006-04-03 Thread Richard Mundell
that I believe was introduced somewhere around 5.5.15? --David Richard Mundell wrote: Hi David, There's nothing in any of the log indicating any problems. We uninstalled Tomcat 5.5.15 on the server and installed 5.5.9 with identical configuration (with the exception of reconfiguring the HTTPS

RE: Redirecting Root Servlet

2006-04-04 Thread Richard Mundell
___ Richard Mundell The Roberts Group Market Data Expertise that FITS. www.trgrp.com -Original Message- From: Khawaja Shams [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 04, 2006 7:19 PM To: Tomcat Users List Subject: Redirecting Root Servlet Hello, I would like

Mini HOW-TO: Tomcat as a service on Windows Server 2003 64-bit edition

2006-06-05 Thread Richard Mundell
developers implement this into the core Windows distribution. Good luck! Richard ___ Richard Mundell The Roberts Group Market Data Expertise that FITS. www.trgrp.com -- [HKEY_LOCAL_MACHINE

RE: Tray Icon

2006-06-05 Thread Richard Mundell
Mark, If you close the icon you can simply re-run the monitoring application: $CATALINA_ROOT/bin/tomcat5w.exe. Richard ___ Richard Mundell The Roberts Group Market Data Expertise that FITS. www.trgrp.com -Original Message- From: Mark Gladstone [mailto:[EMAIL

RE: Tray Icon

2006-06-05 Thread Richard Mundell
I'll take this off-line with Mark. -Original Message- From: Mark Gladstone [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 3:39 PM To: Tomcat Users List Cc: Richard Mundell Subject: Re: Tray Icon Richard, Thank your reply. This was my first-ever question to the forum, and I

On Tomcat 5.5.9, can't flush the buffer or reduce buffer size 8192

2006-12-15 Thread Richard Mundell
I'm trying to work around a timeout problem which one of my user's proxy server has. The proxy's timeout is set to 1 minute. Should it not receive any HTTP traffic for 1 minute it disconnects. One of my JSPs takes 1 minute to perform processing and return results. What I'm trying to do is...

On Tomcat 5.5.9, can't flush the buffer or reduce buffer size 8192

2006-12-18 Thread Richard Mundell
No one replied, so in the hope someone might have the answer to this, here's a repost... :-) -Original Message- From: Richard Mundell [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 3:37 PM To: users@tomcat.apache.org Subject: On Tomcat 5.5.9, can't flush the buffer or reduce

RE: Question on Admin WebApp in Tomcat 6.0

2006-12-19 Thread Richard Mundell
Ritu, You might want to take a look at Lambda Probe, a freeware 'manager' application, which is like Tomcat manager on steriods! http://www.lambdaprobe.com/ - Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 12:06 AM To:

RE: On Tomcat 5.5.9, can't flush the buffer or reduce buffer size 8192

2006-12-19 Thread Richard Mundell
To: Tomcat Users List Subject: Re: On Tomcat 5.5.9, can't flush the buffer or reduce buffer size 8192 JSP's also have a buffer too. To make it smaller or eliminate it: [EMAIL PROTECTED] buffer='none'% or use out.flush() instead or response.flushBuffer() -Tim Richard Mundell wrote: No one replied