https://bz.apache.org/bugzilla/show_bug.cgi?id=65714

--- Comment #2 from Allan <u632...@gmail.com> ---
Hi Konstantin,
I have tried your recommendation but it didn't resolve the issue.

double equal signs
------------------
export JAVA_OPTS="-Djava.awt.headless=true -Djava.security.manager
-Djava.security.policy==${CATALINA_BASE}/conf/catalina.policy
-XX:+HeapDumpOnOutOfMemoryError -Xms512M -Xmx1024M -XX:MetaspaceSize=512m
-XX:MaxMetaspaceSize=2048m -Djava.security.egd=file:/dev/./urandom"

double equal signs and double quotes around ${CATALINA_BASE}
------------------------------------------------------------
export JAVA_OPTS="-Djava.awt.headless=true -Djava.security.manager
-Djava.security.policy==\"${CATALINA_BASE}\"/conf/catalina.policy
-XX:+HeapDumpOnOutOfMemoryError -Xms512M -Xmx1024M -XX:MetaspaceSize=512m
-XX:MaxMetaspaceSize=2048m -Djava.security.egd=file:/dev/./urandom"

I don't think there is a problem with this setting because this setting worked
with Nio and Nio2 before 8.5.70.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to