on 12/27/99 1:44 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> (1)After running for several hours,JServ will say "cannot scan servlet
> headers".
> I don't know it's the problem of my servlet or the problem of JServ,and I
> don't
> know how to handle it.
>
> (2)After running for a long time,two or three days,JServ will say
> "OutOfMemory".
> Once I use "java -ms64 -mx64 ..." to start JServ,that error will occur,too.
You posted to the wrong list. You should have posted to the Java Apache
Users list.
You need to make the values for the memory allocation larger if you are
still getting outofmemory errors. R E A D T H E F A Q.
It sounds like you have a memory leak on your servlet. Make sure that you
are closing all your database connections in finally statements.
-jon
--
Come to the first official Apache Software Foundation
Conference! <http://ApacheCon.Com/>
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]