RE: Bug Report - 4.1.27 Race Condition

2003-08-14 Thread Wesley Hall
Having looked at this problem a little more (assuming this is the same problem, i had done a little recoding, but the symptoms are the same), i have some more info. > > Unless there's a major unexpected flaw and I missed something, I do > believe that the shutdown is synchronous if you use the sto

Tomcat-5.0.7 - FileLogger of Embedded attempts two start() calls and fails on the second.

2003-08-14 Thread Wesley Hall
To demonstrate this problem, i have created a subclass of FileLogger with the start() method overriden to print a stack whenever it is called. The result is this... java.lang.Exception: Start has been called at org.antares.tomcat.TomcatService$TestFileLogger.start(TomcatService.java:312 )

Bug Report - 4.1.27 Race Condition

2003-08-11 Thread Wesley Hall
Hello, I have found a small bug during my work embedding the tomcat server into our application. When a secure connector is added to an instance of Embedded, and embedded is startd and stopped several times in quick succession (which is part of our test framework) a race condition occurs. Someti

Embedded tomcat with HTTPS

2003-08-10 Thread Wesley Hall
Hello, Myself and a collegue are currently working on an open source application, part of which involves embedding a servlet engine. I have read through some tutorials and the API docs for tomcat and began development of a class structure to provide this. I have, however come across a proble