Maybe you are running low in memory, and the GC is taking all the process.
check :
long totalMemory = Runtime.getRuntime().totalMemory();
long freeMemory = Runtime.getRuntime().freeMemory();
long maxMemory = Runtime.getRuntime().maxMemory();
log.info("totalMemory="+totalMemory);
log.info("freeMemory ="+freeMemory);
log.info("maxMemory ="+maxMemory);
-----Message d'origine-----
DeÂ: George [mailto:[EMAIL PROTECTED]
EnvoyÃÂ: mardi 8 juin 2004 17:31
ÃÂ: [EMAIL PROTECTED]
ObjetÂ: Re: No response from Tomcat 5 with IIS
Hello! all.
Please give me any advice since this issue is top urgent
for me.
Any suggenstion would be appreciated for me.
Thank you very much.
George
--- Reply from George <[EMAIL PROTECTED]>:
> Hi!
> I'm having following problem.
>
> <Configuration>
> Tomcat 5.0.24 running on Windows 2000 server and IIS
> 5,
> JK2 2.0.4
> The server is put under hardware load balancer
> "BIG-IP" by
> F5 inc.
>
> <Problem>
> Sometime when the system load is high (about 10 to
> 20
> users are using the aplication), tomcat does not
> respond
> suddenly.
> No event log has written.
>
> Is there anyone who can teach me any tunr arround?
>
> Please help me!
>
> George
>
>
> __________________________________________________
> Do You Yahoo!?
> http://bb.yahoo.co.jp/
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
__________________________________________________
Do You Yahoo!?
http://bb.yahoo.co.jp/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]