Re: how: this configuration for linux

2008-03-20 Thread Hassan Schroeder
On Thu, Mar 20, 2008 at 8:20 AM, dr_pompeii <[EMAIL PROTECTED]> wrote: > i saw in catalina.sh these variables, but wondered what would be the > difference between them (only the word stop for JAVA_OPTS ) > > # CATALINA_OPTS (Optional) Java runtime options used when the "start", > #

Re: how: this configuration for linux

2008-03-20 Thread dr_pompeii
Hi Hassan thanks again for your time i saw in catalina.sh these variables, but wondered what would be the difference between them (only the word stop for JAVA_OPTS ) # CATALINA_OPTS (Optional) Java runtime options used when the "start", # or "run" command

Re: how: this configuration for linux

2008-03-19 Thread Hassan Schroeder
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, or in a production startup script, usually som

Re: how: this configuration for linux

2008-03-19 Thread dr_pompeii
Hello Hassan thanks for the reply i start the tomcat with this command ./catalina.sh run or directly with eclipse with tomcatplugin >>min/max JVM memory values are set in your startup script how? i see the script and not line to change this configuration suggested by you regards Hassan Schr

Re: how: this configuration for linux

2008-03-18 Thread Hassan Schroeder
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 startup script