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
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
)
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
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