I think port 8005 is the one used for triggering a shutdown, its right
at the start of server.xml
On 3/3/06, Hadraba Petr <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I saw this error yesterday. I tried to run second instance of the Tomcat.
>
> First tomcat was configured to use port 8080 and redirect p
I am facing a very similar problem here. I use Quartz/Spring to jump
start some background processing threads within Tomcat, and I get two
threads [Quartz_Scheduler_Worker_?] running the same class in the
background (when there should only be one thread).
It should be somewhat related to Engine/Ho