You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2016/10/07 15:38:17 UTC

svn commit: r1763790 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties

Author: remm
Date: Fri Oct  7 15:38:17 2016
New Revision: 1763790

URL: http://svn.apache.org/viewvc?rev=1763790&view=rev
Log:
Update command line parameter

Modified:
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties?rev=1763790&r1=1763789&r2=1763790&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties Fri Oct  7 15:38:17 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org