Author: markt Date: Thu Jun 23 20:32:01 2016 New Revision: 1750015 URL: http://svn.apache.org/viewvc?rev=1750015&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59642 Mention the localDataSource in the DataSourceRealm section of the Realm How-To.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/realm-howto.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1750015&r1=1750014&r2=1750015&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Thu Jun 23 20:32:01 2016 @@ -125,6 +125,10 @@ the client disconnecting since the logs add no value. (markt) </fix> <fix> + <bug>59642</bug>: Mention the <code>localDataSource</code> in the + <code>DataSourceRealm</code> section of the Realm How-To. (markt) + </fix> + <fix> <bug>59672</bug>: Update the security considerations page of the documentation web application to take account of the fact that the Manager and HostManager applications now have a Modified: tomcat/trunk/webapps/docs/realm-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/realm-howto.xml?rev=1750015&r1=1750014&r2=1750015&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/realm-howto.xml (original) +++ tomcat/trunk/webapps/docs/realm-howto.xml Thu Jun 23 20:32:01 2016 @@ -453,8 +453,11 @@ as your database structure conforms to t at least read only access to the tables described above. (Tomcat will never attempt to write to these tables.)</li> <li>Configure a JNDI named JDBC DataSource for your database. Refer to the - <a href="jndi-datasource-examples-howto.html">JNDI DataSource Example HOW-TO</a> - for information on how to configure a JNDI named JDBC DataSource.</li> + <a href="jndi-datasource-examples-howto.html">JNDI DataSource Example + HOW-TO</a> for information on how to configure a JNDI named JDBC DataSource. + Be sure to set the <code>Realm</code>'s <code>localDataSource</code> + attribute appropriately, depending on where the JNDI DataSource is + defined.</li> <li>Set up a <code><Realm></code> element, as described below, in your <code>$CATALINA_BASE/conf/server.xml</code> file.</li> <li>Restart Tomcat if it is already running.</li> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org