Re: Fwd: setting JAVA_OPT in Tomcat

2008-06-06 Thread David Delbecq
En l'instant précis du 06/06/08 10:23, luke l s'exprimait en ces termes: *Don't forget to add a space between $JAVA_OPTS and your additionnal option. In your case, you joined -J and -D parameters without a space, as a result the jvm does not recognize an option named J-D :)* I've again an error

Re: Fwd: setting JAVA_OPT in Tomcat

2008-06-06 Thread David Delbecq
I see several errors below: 1) you put at what look like random magic places. Just put a in the begin and a in the end. 2) you problem is the you didn't put a space between $JAVA_OPTS and the first argument following it when you construct the new JAVA_OPTS 3) you don't want a linefeed