Author: remm Date: Fri Oct 7 15:39:57 2016 New Revision: 1763791 URL: http://svn.apache.org/viewvc?rev=1763791&view=rev Log: Update command line parameter
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties?rev=1763791&r1=1763790&r2=1763791&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties Fri Oct 7 15:39:57 2016 @@ -34,7 +34,7 @@ virtualWebappLoader.token.glob.dir=Listi virtualWebappLoader.token.notDirectory=Path is skipped, because it does not exist or is not a directory: [{0}] virtualWebappLoader.token.notExists=Path is skipped, because it does not exist: [{0}] virtualWebappLoader.token.notFile=Path is skipped, because it does not exist or is not a file: [{0}] -webappClassLoader.addExports=When running on Java 9 you need to add "-XaddExports:java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection. +webappClassLoader.addExports=When running on Java 9 you need to add "--add-exports java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection. webappClassLoader.illegalJarPath=Illegal JAR entry detected with name {0} webappClassLoader.jdbcRemoveFailed=JDBC driver de-registration failed for web application [{0}] webappClassLoader.jdbcRemoveStreamError=Exception closing input stream during JDBC driver de-registration for web application [{0}] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org