Howdy,
Did you build tomcat yourself?  What platform are you running?

If the JVM ran out of memory, you would see a java.lang.OutOfMemoryError
in your logs.  You can set the max heap size using ths -Xmx parameter to
java.

A segmentation fault is more serious than that, though.  What version of
tomcat?  With/without Apache or another server?  What hardware?

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Guillaume Mignot [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, June 20, 2002 11:49 AM
>To: Tomcat Users List
>Subject: Re: tomcat crash
>
>ok
>if tomcat crash (segfault) is it possible that it is because of the
stack
>size of the JVM?
>how can i change that?
>
>
>Regards
>----- Original Message -----
>From: <[EMAIL PROTECTED]>
>To: "Tomcat Users List" <[EMAIL PROTECTED]>
>Sent: Thursday, June 20, 2002 4:44 PM
>Subject: Re: tomcat crash
>
>
>>
>>
>> put an infinate, non terminating loop into your servlet doGet() or
>doPost()
>> method and the servlet will hang.
>>
>> Other issues such as running out of JVM memory won't do it any good
>either.
>>
>> I'm sure there are plenty of other ways to cause mischief if you are
that
>> way inclined....
>>
>>
>> Brendan
>>
>> ---------------------------------------------------
>>
>> Hello
>> is it possible that a servlet  make tomcat crash?
>> domeone has already see that?
>>
>> Txs
>>
>> Guillaume
>>
>>
>>
>> --
>> To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
>> For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>
>--
>To unsubscribe, e-mail:   <mailto:tomcat-user-
>[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:tomcat-user-
>[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to