Re: problem on configure the java_option

2008-12-17 Thread user080701
It works. Thanks -- From: Caldarale, Charles R chuck.caldar...@unisys.com Sent: Tuesday, December 16, 2008 10:44 PM To: Tomcat Users List users@tomcat.apache.org Subject: RE: problem on configure the java_option From: Piller Sébastien [mailto:pi

Re: problem on configure the java_option

2008-12-16 Thread Piller Sébastien
you should add spaces between -XX:PermSize=64M -XX:MaxNewSize=256m -XX:MaxPermSize=256m and the memory size must be, as far as i remember, a power of 2 (512M, 1024M, etc) user080...@hotmail.com a écrit : Hi, I want to set some option for my tomcat and I added the following line: export

RE: problem on configure the java_option

2008-12-16 Thread Caldarale, Charles R
From: Piller Sébastien [mailto:pi...@hmcrecord.ch] Subject: Re: problem on configure the java_option you should add spaces between -XX:PermSize=64M -XX:MaxNewSize=256m -XX:MaxPermSize=256m Definitely required. and the memory size must be, as far as i remember, a power of 2 (512M, 1024M

Re: problem on configure the java_option

2008-12-16 Thread Piller Sébastien
Caldarale, Charles R a écrit : and the memory size must be, as far as i remember, a power of 2 (512M, 1024M, etc) Not true, and never has been. Don't spread rumors. Sorry, have read that on a thread long time ago (can't find it anymore). Anyway, quotes spaces are more important

problem on configure the java_option

2008-12-16 Thread user080701
Hi, I want to set some option for my tomcat and I added the following line: export JAVA_OPTS=-server -Xms800m -Xmx800m -XX:PermSize=64M-XX:MaxNewSize=256m-XX:MaxPermSize=256m -Djava.awt.headless=true However, when I startup the tomcat, it throws the following error: [r...@ebusiness ~]#