RE: Asynchronous statistics logger

2004-12-02 Thread Vincent Gogan
I'll agree using the Context Listener for starup/shutdown but you probably don't need to add JMS to the mix. As a first approach, you could simply switch all your logging to log4j. I haven't used it that much but I know it has many types of appenders (including JMS). Log4j is thread safe and is re

RE: multipart/byteranges bug in tomcat 4.1.x

2004-11-22 Thread Vincent Gogan
[mailto:[EMAIL PROTECTED] > > Sent: Monday, November 22, 2004 1:56 PM > > To: Tomcat Users List > > Subject: RE: multipart/byteranges bug in tomcat 4.1.x > > > > > > Hi, > > Don't hold your breath, upgrade if/when possible. > > > > Yo

multipart/byteranges bug in tomcat 4.1.x

2004-11-19 Thread Vincent Gogan
I had to write some byte-streaming code and it took me quite a while to find my problem because I had manged to get my behaviour byte-for-byte identical to Tomcat 4.1.x behaviour. My bug was that I wasn't outputting CRLF before each separator. The same bug still exists in DefaultServlet.java in T

How to access Server/Container from a web application (tomcat 4.1)

2004-01-23 Thread Vincent Gogan
Could someone please point me at some sample code to access the Server/Containers from the web application. In particular, I would like to add a host alias dynamically. Is this possible without changing server.xml and restarting? Thanks, Vincent ---