Peter Lin <[EMAIL PROTECTED]> wrote:
>
> honestly, I really doubt logging will produce anything useful beyond
> the VM dump you already posted. My first hand experience, the logs
> won't help at this point. What needs to happen is to step through the
> code and see exactly what is happening.
> 
> if you don't have access to a profiler, the other option is to add a
> bunch of system.out.println to the pages to see what is happening. If
> the webapp is making connection to a database or anything external, I
> would double check that code. Chances are, the code is leaking badly
> and causing the instability.

I know that's not the way to look for memory leaks, but
i still need a decent logging system :) Please think of
that questions as a separate sub-thread.

-- 
T


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

Reply via email to