Author: markt Date: Mon Nov 25 10:49:40 2013 New Revision: 1545215 URL: http://svn.apache.org/r1545215 Log: Fix typos
Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jndi-resources-howto.xml?rev=1545215&r1=1545214&r2=1545215&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/jndi-resources-howto.xml (original) +++ tomcat/trunk/webapps/docs/jndi-resources-howto.xml Mon Nov 25 10:49:40 2013 @@ -344,7 +344,7 @@ writer.println("foo = " + bean.getFoo() <h5>1. Create/edit the XML file</h5> - <p>The XMl file is typically located at + <p>The XML file is typically located at <code>$CATALINA_BASE/conf/tomcat-users.xml</code> however, you are free to locate the file anywhere on the file system. It is recommended that the XML files are placed in <code>$CATALINA_BASE/conf</code>. A typical XML would @@ -362,7 +362,7 @@ writer.println("foo = " + bean.getFoo() <h5>2. Declare Your Resource</h5> <p>Next, modify <code>$CATALINA_BASE/conf/server.xml</code> to create the - UserDatabase resource based on your XMl file. It should look something like + UserDatabase resource based on your XML file. It should look something like this:</p> <source><![CDATA[<Resource name="UserDatabase" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org