Problem registering a policy on Tomcat using Eclipse on Ubuntu

1

Good morning

I'm having trouble putting this -Dorg.apache.el.parser.COERCE_TO_ZERO=false directive in the% s arguments of the Tomcat 7 , it does not save the configuration.

I've given permission on the folder, but the problem still remains.

I saved the Eclipse and Tomcat in the opt folder.

Thank you

    
asked by anonymous 03.02.2015 / 15:34

1 answer

2

Add this directive to the variable JAVA_OPTS , open a terminal and type:

export JAVA_OPTS="- Dorg.apache.el.parser.COERCE_TO_ZERO=false"
    
03.02.2015 / 16:21