Behalf Of Yoav Shapira
Sent: quinta-feira, 16 de Novembro de 2006 15:56
To: Tomcat Developers List
Subject: Re: How to start a Thread in the same JVM as Tomcat
Hi,
I definitely think it's better for you to create another webapp, even
if it's only used for testing, then it is to muck wit
On Thu, Nov 16, 2006 at 03:47:09PM -, confusionvalley wrote:
> I didn't told you earlier but my objective is to test a webapp that I already
> have. And I really didn't want to change that webapp or create another webapp
> to make all the fault-injection stuff. Do you think that creating anot
r do you
have any other idea for me?
Cheers,
Nuno
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav Shapira
Sent: quinta-feira, 16 de Novembro de 2006 15:06
To: Tomcat Developers List
Subject: Re: How to start a Thread in the same JVM as Tomcat
Why wo
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav Shapira
Sent: quinta-feira, 16 de Novembro de 2006 15:06
To: Tomcat Developers List
Subject: Re: How to start a Thread in the same JVM as Tomcat
Why would you start it in an internal Tomcat class rather than any of
your own classes? Just create a t
Why would you start it in an internal Tomcat class rather than any of
your own classes? Just create a test webapp, and do whatever you want
in it.
Yoav
On 11/16/06, Nuno Rodrigues <[EMAIL PROTECTED]> wrote:
Hello all,
I need to put a thread doing some processing in the same JVM as Tomcat.