>When App1 reports an "OutOfMemoryError", does it means that the error is due
>to App1 ? or that error may be due to another application running the same
>VM? or the same TomCat?

It is the VM.

>Is there any good way to make those two apps run independantly?

Run two different tomcat instances (two different VMs). If you still want them both on 
the same port,
put apache in front of it.

ciao
Filip

-----Original Message-----
From: Arcadius A. [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 31, 2003 1:18 PM
To: [EMAIL PROTECTED]
Subject: OutOfmemory Error!


Hello!
I'm running Java applications on a LINUX RedHat server (with 256MB of
RAM)... with Tomcat4.1.12 and SUN's JDK1.4_01

There are 2 applications installed on the server and all of them are using
the same JVM (the JDK1.4_01) and the same Tomcat

App1 uses Tomcat and PostgreSQL

App2 uses Tomcat and a "kind of" Java RDBMS.

I've noticed that  App2 is having some problems running correctly ...( the
kind of Java RDBMS is not correctly running or is having some troubles and
is eating a lot of memory  [96% of system memo is taken by java] ).

By the other side, App1 that use to run quite fine now start throwing
OutOfMemoryError.

My question is:
When App1 reports an "OutOfMemoryError", does it means that the error is due
to App1 ? or that error may be due to another application running the same
VM? or the same TomCat?

Is there any good way to make those two apps run independantly?

Thanks.

Arcadius.





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



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

Reply via email to