RE: Hi

2004-11-02 Thread Simon Kelly
Craig, FYI : There was a worm virus in one of the attachments you sent out. Time to virus scan your sun box ;o) Slim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 01 November 2004 23:43 To: [EMAIL PROTECTED] Subject: Hi Importance: High --

RE: Hi

2004-11-02 Thread Simon Kelly
Simon Kelly wrote: Craig, FYI : There was a worm virus in one of the attachments you sent out. Time to virus scan your sun box ;o) It is NOT Craig! Todays (and yesterdays) viruses forge the sender's email address. They usually pick one from the address book. So, the only thing we can

Signals sent by Tomcat to web applications during shutdown.

2004-10-29 Thread Simon Kelly
Hi All, I've been having a good shufty through the Tomcat documentation, but I can't find a reference to what signals Tomcat sends to the web applications to shut them down during the shutdown operation. Does anyone know what signals i would need to trap in my code to allow all of my threads to

RE: Signals sent by Tomcat to web applications during shutdown.

2004-10-29 Thread Simon Kelly
October 2004 14:21 To: Tomcat Users List Subject: RE: Signals sent by Tomcat to web applications during shutdown. Hi, ServletContextListener#contextDestroyed is a good one. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Simon Kelly [mailto:[EMAIL PROTECTED] Sent

Tomcat 4.1.30 not shutting down correctly

2004-10-27 Thread Simon Kelly
Hi All, I'm looking into an issue we have where Tomcat fails to complete the shutdown procedure gracefully. I've had a good look through the documentation and been on the web all day, but any resolutions I have found for the error didn't seem to work when i tried to implement them. ( They

RE: Tomcat 4.1.30 not shutting down correctly

2004-10-27 Thread Simon Kelly
non-daemon threads that they don't interrupt/shutdown on webapp shutdown? Yoav Shapira http://www.yoavshapira.com -Original Message- From: Simon Kelly [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 10:50 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.1.30 not shutting down

RE: Tomcat 4.1.30 not shutting down correctly

2004-10-27 Thread Simon Kelly
Hi Yoav, I have tried disabling the connector, which has stopped the error showing up. However the Tomcat window is staying up after shutdown has finished. tc 1.3 was ment to read tomcat 3.3.2. The problem of the screen not diapearing still persists. i am about to test it with Tomcat 5.0.28

RE: Tomcat 4.1.30 not shutting down correctly

2004-10-27 Thread Simon Kelly
Thanks Yoav, That was a great help. Do you know how I would be able to track down the offending thread classes?? Kind regards Slim -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 27 October 2004 16:49 To: Tomcat Users List Subject: RE: Tomcat 4.1.30 not

Re: [OT} T.O. RE: I donĀ“t understand the objective of this open list !

2002-12-10 Thread Simon Kelly
Dear God, Could everyone just stop the bickering, my inbox was so heavy this morning I could have sworn it was turning into a black hole. I've worked in engineering my whole life and there has been three phrases that have always stood me on solid ground. Read the f***in manual, If you don't

Re: File structure in webapps for tomcat.

2002-12-10 Thread Simon Kelly
Micael, Sounds like a good solution, but I just have a couple of questions. 1) Will this tie me to Tomcat or will it work with and server that can handle war packages? 2) I've read through some documentation on ClassLoaders but can't seem to find anything on getting a reference to a classes

Re: File structure in webapps for tomcat.

2002-12-10 Thread Simon Kelly
- From: Simon Kelly [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:23 PM To: Tomcat Users List Subject: File structure in webapps for tomcat. Hi, I am trying to get my servlet to write to and read from files within my webapp structure. However

Re: Advice: good tutorial out there?

2002-12-10 Thread Simon Kelly
Hi Jean, There is a very good book that comes highly recommended. Java Servlet Programming by Jason Hunter. Published by O'Reilly. And I found the website http://resources.coreservlets.com/ a good site to start with. Regards Simon - Original Message - From: Jean Georges PERRIN

Re: Advice: good tutorial out there?

2002-12-10 Thread Simon Kelly
Sorry, Gave you the wrong url. Here's the list of the ones I have used in the past. No particular order of use though. http://java.rrzn.uni-hannover.de/jug/servlets/tutorial/servlet_tutorial.html http://www.caucho.com/resin/java_tut/ http://www.volantec.biz/servlets.htm

Re: A dead cat

2002-12-09 Thread Simon Kelly
deployment. If you could post more details, including OS name and version, tomcat version, JDK version, your web.xml file, we could probably help more. Yoav Shapira Millennium ChemInformatics -Original Message- From: Simon Kelly [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002

File structure in webapps for tomcat.

2002-12-09 Thread Simon Kelly
Hi, I am trying to get my servlet to write to and read from files within my webapp structure. However, when the servlet runs it seems that the working directory during its lifecycle is c:\xxx\tomcat 4.1. Is there any way, in web.xml, to force the servlet to run in it's own app directory

Re: File structure in webapps for tomcat.

2002-12-09 Thread Simon Kelly
Brown [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 12:45 PM Subject: Re: File structure in webapps for tomcat. Simon Kelly writes: Hi, I am trying to get my servlet to write to and read from files within my webapp structure. However, when

Re: File structure in webapps for tomcat.

2002-12-09 Thread Simon Kelly
Coming together is the beginning, staying together is progress and working together is Success What lies behind us and what lies before us are tiny matters compared to what lies within us - Emerson -Original Message- From: Simon Kelly [SMTP:[EMAIL PROTECTED]] Sent: Monday

A dead cat

2002-12-06 Thread Simon Kelly
Hi, I am currently using tomcat as a standalone server to test some webapps that I am creating. I have some experiance with web servers but little or no experiance with tomcat. And I have a couple of major problems. 1) The cat is dead but won't go away! I have installed tomcat twice now, the