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 is executed. ..... more # JAVA_OPTS (Optional) Java runtime options used when the "start", # "stop", or "run" command is executed. can you explain me , which is really the difference? >>or in a production startup script, i will write this in the catalina.sh itself 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, or in a production startup > script, usually something like /etc/init.d/tomcat (to make sure it's > started at boot time). > > HTH, > -- > Hassan Schroeder ------------------------ [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/how%3A-this-configuration-for-linux-tp16132404p16181100.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]