Fix error in JAAS realm doc reported on users list.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 27 Jul 2008 13:20:07 +0000 (13:20 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 27 Jul 2008 13:20:07 +0000 (13:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@680101 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/realm-howto.xml

index 6a26b38..9139ff9 100644 (file)
@@ -1342,7 +1342,7 @@ Regardless, the first Principal returned is <em>always</em> treated as the user
  href="http://java.sun.com/j2se/1.4.1/docs/guide/security/jaas/tutorials/LoginConfigFile.html">JAAS
 LoginConfig file</a>) and tell Tomcat where to find it by specifying
 its location to the JVM, for instance by setting the environment
-variable: <code>JAVA_OPTS=-DJAVA_OPTS=-Djava.security.auth.login.config==$CATALINA_BASE/conf/jaas.config</code></li>
+variable: <code>JAVA_OPTS=$JAVA_OPTS -Djava.security.auth.login.config==$CATALINA_BASE/conf/jaas.config</code></li>
 
           <li>Configure your security-constraints in your web.xml for
 the resources you want to protect</li>