RE: HttpSessionListener

2005-05-26 Thread Randy George
ending. Thanks for your help! randy -Original Message- From: Christoph Kutzinski [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 2:01 AM To: Tomcat Users List Subject: Re: HttpSessionListener Hi Randy, Randy George wrote: Hi Will and Christopher, Good thought. I shut down

RE: HttpSessionListener

2005-05-26 Thread Randy George
ending. Thanks for your help! randy -Original Message- From: Christoph Kutzinski [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 2:01 AM To: Tomcat Users List Subject: Re: HttpSessionListener Hi Randy, Randy George wrote: Hi Will and Christopher, Good thought. I shut down

RE: HttpSessionListener

2005-05-25 Thread Randy George
Hi Jacob, Thanks for the reply. My situation is a little more straightforward than the replication cluster you are dealing with. In my case the first server is simply the development environment and the second server is the production deployment server. The two environments use

RE: HttpSessionListener

2005-05-25 Thread Randy George
Hi Jacob, Thanks for the reply. My situation is a little more straightforward than the replication cluster you are dealing with. In my case the first server is simply the development environment and the second server is the production deployment server. The two environments use

RE: HttpSessionListener

2005-05-25 Thread Randy George
Hi Will and Christopher, Good thought. I shut down Tomcat and started it again with a clean set of logs: localhost.2005-05-25.log . . May 25, 2005 11:22:17 AM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() May 25, 2005 11:27:45 AM

RE: HttpSessionListener

2005-05-25 Thread Randy George
Hi Will and Christopher, Good thought. I shut down Tomcat and started it again with a clean set of logs: localhost.2005-05-25.log . . May 25, 2005 11:22:17 AM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() May 25, 2005 11:27:45 AM

Re: HttpSessionListener

2005-05-24 Thread Randy George
Hello, I have two identical Tomcat 5.5.9 servers setup on two different Windows servers. On one the HttpSessionListener which I am using to count active sessions works fine. However on the second it appears that the HttpSessionListener is never notified of sessionCreated or

Re: HttpSessionListener

2005-05-24 Thread Randy George
Hello, I have two identical Tomcat 5.5.9 servers setup on two different Windows servers. On one the HttpSessionListener which I am using to count active sessions works fine. However on the second it appears that the HttpSessionListener is never notified of sessionCreated or

RE: default charset in contentType?

2002-10-11 Thread Randy George
, Randy George wrote: Date: Thu, 10 Oct 2002 13:14:20 -0600 From: Randy George [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: default charset in contentType? Is there a way to turn off the default charset appended to contentType

default charset in contentType?

2002-10-10 Thread Randy George
Is there a way to turn off the default charset appended to contentType by Jasper? I have installed Tomcat 4.1.10 on a W2K server and I'm trying to display SVG content with JSP. I have added the image/svg+xml Mime types to my Tomcat 4.1\conf\web.xml file: mime-mapping