You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/01/27 07:30:38 UTC

svn commit: r1236545 - /openejb/site/trunk/content/tomee-jaas.mdtext

Author: dblevins
Date: Fri Jan 27 06:30:38 2012
New Revision: 1236545

URL: http://svn.apache.org/viewvc?rev=1236545&view=rev
Log:
Fixed formatting

Modified:
    openejb/site/trunk/content/tomee-jaas.mdtext

Modified: openejb/site/trunk/content/tomee-jaas.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/tomee-jaas.mdtext?rev=1236545&r1=1236544&r2=1236545&view=diff
==============================================================================
--- openejb/site/trunk/content/tomee-jaas.mdtext (original)
+++ openejb/site/trunk/content/tomee-jaas.mdtext Fri Jan 27 06:30:38 2012
@@ -13,11 +13,11 @@ Note: only the first one will be used.
 
 # Configuration
 
-* add to your CATALINA_OPTS the java.security.auth.login.config system property:
+Add to your `CATALINA_OPTS` the `java.security.auth.login.config` system property:
 
     -Djava.security.auth.login.config=$CATALINA_BASE/conf/login.config
 
-* configure your realm in server.xml file
+Configure your realm in server.xml file
 
     <?xml version='1.0' encoding='utf-8'?>
     <Server port="8005" shutdown="SHUTDOWN">
@@ -42,7 +42,7 @@ Note: only the first one will be used.
       </Service>
     </Server>
 
-* configure your login.config file
+Configure your `login.config` file
 
     PropertiesLogin {
         org.apache.openejb.core.security.jaas.PropertiesLoginModule required
@@ -52,5 +52,5 @@ Note: only the first one will be used.
     };
 
 
-* configure your login module specifically (users.properties for snippets of this page for instance)
+Configure your login module specifically (users.properties for snippets of this page for instance)