Threads under axis

2005-02-11 Thread Ian Wootten
Hi there, I was wondering if somebody could help me out with a simple thread problem I'm facing when my class is deployed. My class (a simple log4j app) logs the environment variables to one file and issues a memory monitoring thread in the background. I'm finding that the memory thread

RE: Threads under axis

2005-02-11 Thread Brown, Mike
To: [EMAIL PROTECTED] Subject: Threads under axis Hi there, I was wondering if somebody could help me out with a simple thread problem I'm facing when my class is deployed. My class (a simple log4j app) logs the environment variables to one file and issues a memory monitoring thread

RE: Threads under axis

2005-02-11 Thread Parley, Thunder Jon
[mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 2:34 PM To: '[EMAIL PROTECTED]' Subject: RE: Threads under axis This isn't an axis problem. The servlet spec does not support threads being spawned by code running in the container. It also does not support opening ports or several other