Author: markt
Date: Thu Nov 23 12:37:10 2017
New Revision: 1816147

URL: http://svn.apache.org/viewvc?rev=1816147&view=rev
Log:
Update jsvc docs for Daemon 1.1.x

Modified:
    tomcat/trunk/webapps/docs/setup.xml

Modified: tomcat/trunk/webapps/docs/setup.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/setup.xml?rev=1816147&r1=1816146&r2=1816147&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/setup.xml (original)
+++ tomcat/trunk/webapps/docs/setup.xml Thu Nov 23 12:37:10 2017
@@ -133,7 +133,7 @@
 
 <source>cd $CATALINA_HOME/bin
 tar xvfz commons-daemon-native.tar.gz
-cd commons-daemon-1.0.x-native-src/unix
+cd commons-daemon-1.1.x-native-src/unix
 ./configure
 make
 cp jsvc ../..
@@ -153,6 +153,14 @@ cd $CATALINA_HOME
     -Djava.util.logging.config.file=$CATALINA_BASE/conf/logging.properties \
     org.apache.catalina.startup.Bootstrap</source>
 
+    <p>When runnong on Java 9 you will need to additionally specify the
+    following when starting jsvc to avoid warnings on shutdown.</p>
+<source>...
+--add-opens=java.base/java.lang=ALL-UNNAMED \
+--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED \
+...
+</source>
+
     <p>You may also need to specify <code>-jvm server</code> if the JVM 
defaults
        to using a server VM rather than a client VM. This has been observed on
        OSX.</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to