Re: Tomcat as Service Crashing.

2001-06-17 Thread Robert Schweng
, 2001 5:10 PM Subject: RE: Tomcat as Service Crashing. Hi Rauh, I am having the same problem. Let me know if you get any positive replies. Thanks. Good Luck, -Andy -Original Message- From: Christian Rauh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 2:45 PM

RE: Tomcat as Service Crashing.

2001-06-14 Thread Randy Layman
Subject: Re: Tomcat as Service Crashing. What you say - is all correct. But some basic security policy protecting the integrity of the JVM could be embedded as part of tomcat distribution. Because how many questions are we getting on the system - JVM unexpectedly crash. And in real

RE: Tomcat as Service Crashing.

2001-06-14 Thread Chauhan, Anand
Hi Rauh, I am having the same problem. Let me know if you get any positive replies. Thanks. Good Luck, -Andy -Original Message- From: Christian Rauh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 2:45 PM To: Tomcat User Discussion List Subject: Tomcat as Service Crashing.

RE: Tomcat as Service Crashing.

2001-06-13 Thread Robert Slifka
Oh man we really need a FAQ or something, or this might be in the one that exists =) I think someone answered this yesterday... Internet Explorer is closing the connection, something like that, I think you can ignore it. Search the archives for the last couple of days! -Original

Re: Tomcat as Service Crashing.

2001-06-13 Thread Christian Rauh
Robert Slifka wrote: Oh man we really need a FAQ or something, or this might be in the one that exists =) Probably. I think someone answered this yesterday... Internet Explorer is closing the connection, something like that, I think you can ignore it. Search the archives for the last

RE: Tomcat as Service Crashing.

2001-06-13 Thread Randy Layman
:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 4:45 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat as Service Crashing. Robert Slifka wrote: Oh man we really need a FAQ or something, or this might be in the one that exists =) Probably. I think someone answered this yesterday

Re: Tomcat as Service Crashing.

2001-06-13 Thread Luba Powell
Randy-- Will System.exit(0) inside the servlet crash the JVM? - Original Message - From: Randy Layman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 4:42 PM Subject: RE: Tomcat as Service Crashing. I don't think that this is the problem that is typically found

Re: Tomcat as Service Crashing.

2001-06-13 Thread Luba Powell
Subject: Re: Tomcat as Service Crashing. Randy-- Will System.exit(0) inside the servlet crash the JVM? - Original Message - From: Randy Layman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 4:42 PM Subject: RE: Tomcat as Service Crashing. I don't think

Re: Tomcat as Service Crashing.

2001-06-13 Thread David Wall
Yap! As sad as it is - I could crash THE JVM started by Tomcat by merely putting System.exit(-9) in my servlet. How can webmasters protect themselves from such code? You should run with a security manager installed and don't allow System.exit in the tomcat.policy file. David

Re: Tomcat as Service Crashing.

2001-06-13 Thread Luba Powell
, 2001 6:58 PM Subject: Re: Tomcat as Service Crashing. Yap! As sad as it is - I could crash THE JVM started by Tomcat by merely putting System.exit(-9) in my servlet. How can webmasters protect themselves from such code? You should run with a security manager installed and don't allow

Re: Tomcat as Service Crashing.

2001-06-13 Thread David Wall
Yes, o'course in production. In my mind - there is no place for this method in HttpServlet - it should throw the Exception. OK for GenericServlet, but this is Javasoft problem. Maybe I don't understand, but I think it should be there on development/test systems as well since you clearly

Re: Tomcat as Service Crashing.

2001-06-13 Thread Luba Powell
system which is dev, test and prod. Especially now with all the downsizing. Anyways, this is nothing against tomcat. It is an excellent system. R/L - Original Message - From: David Wall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 7:15 PM Subject: Re: Tomcat