Howdy,

>"Shapira, Yoav" schrieb:

Cool verb ;)

>maybe following hint could be important for you: Nearly ALL persons
that
>make use of FreeBSD do NOT use the - in your words - "normal"
configuration
>or "normal" jvms because you get trouble with it under FreeBSD.

And whose problem is that? ;)  Certainly not tomcat's...

>> I suggest you ask "John from Volano" what's wrong, or alternatively
at
>least try switching to a more common JVM and
>> isolate the problem and benefit from advice such as that Senor Rees
has
>been trying to give you...
>
>Like mentioned before the -QUIT signal does not produce a dump in my
case,
>so what should I do?

Use a profiler with thread status output (such as OptimizeIt's
ThreadDebugger) to try and determine what goes wrong.  It is precisely
for these types of scenarios that the thread dump feature was added to
the Sun JVM, and similar (more advanced, actually) features are in the
J:Rockit JVM.  If you got yourself into a situation where you can't use
these JVMs or debugging features, it's more work for you unfortunately.

>catalina.out grows up by adding "[INFO] ChannelSocket - -server has
been
>restarted or reset this connection"
>
>Maybe someone "at least" ;-) can explain under which circumstances such
an
>error message is produced?

Look at the source code to see where the message comes from.  As the
[INFO] indicates, it's not an error, just an informational message.  You
can configure commons-logging for tomcat so that these messages do not
appear in your log.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to