Re: how: this configuration for linux

2008-03-20 Thread dr_pompeii
regards Hassan Schroeder-2 wrote: On Wed, Mar 19, 2008 at 8:14 AM, dr_pompeii [EMAIL PROTECTED] wrote: i start the tomcat with this command ./catalina.sh run Set min/max values using JAVA_OPTS, e.g. export JAVA_OPTS= -Xms512M -Xmx512M This can be in your dev environment

Re: how: this configuration for linux

2008-03-19 Thread dr_pompeii
Schroeder-2 wrote: On Tue, Mar 18, 2008 at 3:46 PM, dr_pompeii [EMAIL PROTECTED] wrote: http://computerlabsolutions.com/support/knowledgebase.php#performance t the second step works fine for windows, the question is how i can do this for linux?? min/max JVM memory values are set in your

how: this configuration for linux

2008-03-18 Thread dr_pompeii
hello guys for this useful link tomcat performance windows http://computerlabsolutions.com/support/knowledgebase.php#performance tomcat performance the second step works fine for windows, the question is how i can do this for linux?? thanks in advanced -- View this message in context:

tomcat cant start in windows xp 64bits

2008-02-14 Thread dr_pompeii
Dear members i have windows xp, processor and mainboard of 64 bits now Code: C:\Documents and Settings\Administratorjava -version java version 1.5.0_12 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_12-b04, mixed mode)

Re: tomcat cant start in windows xp 64bits

2008-02-14 Thread dr_pompeii
\jvm.dll [2008-02-14 18:41:14] [1260 prunsrv.c] [error] ServiceStart returned 1 some ideas friend? thanks in advanced Mladen Turk-4 wrote: dr_pompeii wrote: Dear members i have windows xp, processor and mainboard of 64 bits now Code: C:\Documents and Settings\Administratorjava

RE: tomcat cant start in windows xp 64bits

2008-02-14 Thread dr_pompeii
tomcat5w.exe thanks so much for your time Caldarale, Charles R wrote: From: dr_pompeii [mailto:[EMAIL PROTECTED] Subject: Re: tomcat cant start in windows xp 64bits [2008-02-14 18:41:14] [986 prunsrv.c] [error] Failed creating java C:\java\jre1.5.0_12\bin\client\jvm.dll It's likely

wierd performance in tomcat/java: help consult

2007-08-22 Thread dr_pompeii
hello after to test my project in tomcat 5.5.23 and jdk 5 update 12 in network(intranet-only until now with 2 clients) i see that this is fast, after of a some time i can see a wonderful exception related with java heap exception thrown by the tomcat after to search in google, i found the

Re: wierd performance in tomcat/java: help consult

2007-08-22 Thread dr_pompeii
, dr_pompeii s'exprimait en ces termes: hello after to test my project in tomcat 5.5.23 and jdk 5 update 12 in network(intranet-only until now with 2 clients) i see that this is fast, after of a some time i can see a wonderful exception related with java heap exception thrown by the tomcat after

Re: wierd performance in tomcat/java: help consult

2007-08-22 Thread dr_pompeii
. before to work in production area, i used the thread dump in windows, and of course i saw the wonderful problem of resources not closed, already fixed now more ideas are appreciate regards Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ash, dr_pompeii wrote

Problem help: how iterate arraylist included in a object with c:for

2007-03-21 Thread dr_pompeii
Hello guys i have this case: for payments each object (a debt) can has more details about part of payment (Set object) of the object so, in the next part of code jsp, the first for represents the list of the objects and the nested for (second) represents the details or the Set objects for each