billbarker 2003/09/20 13:47:21 Modified: webapps/docs mbeans-descriptor-howto.xml realm-howto.xml setup.xml Log: Change version from TC 4 to TC 5 Submitted By: Kazuhiro Kazama [EMAIL PROTECTED] Revision Changes Path 1.2 +1 -1 jakarta-tomcat-catalina/webapps/docs/mbeans-descriptor-howto.xml Index: mbeans-descriptor-howto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/mbeans-descriptor-howto.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mbeans-descriptor-howto.xml 3 Feb 2003 23:17:08 -0000 1.1 +++ mbeans-descriptor-howto.xml 20 Sep 2003 20:47:21 -0000 1.2 @@ -15,7 +15,7 @@ <section name="Introduction"> -<p>Tomcat 4 uses JMX MBeans as the technology for implementing +<p>Tomcat 5 uses JMX MBeans as the technology for implementing manageability of Tomcat.</p> <p>The descriptions of JMX MBeans for Catalina are in the 1.9 +3 -3 jakarta-tomcat-catalina/webapps/docs/realm-howto.xml Index: realm-howto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/realm-howto.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- realm-howto.xml 7 May 2003 15:55:39 -0000 1.8 +++ realm-howto.xml 20 Sep 2003 20:47:21 -0000 1.9 @@ -347,7 +347,7 @@ <h3>Introduction</h3> -<p><strong>DataSourceRealm</strong> is an implementation of the Tomcat 4 +<p><strong>DataSourceRealm</strong> is an implementation of the Tomcat 5 <code>Realm</code> interface that looks up users in a relational database accessed via a JNDI named JDBC DataSource. There is substantial configuration flexibility that lets you adapt to existing table and column names, as long @@ -391,7 +391,7 @@ for information on how to configure a JNDI named JDBC DataSource.</li> <li>Set up a <code><Realm></code> element, as described below, in your <code>$CATALINA_HOME/conf/server.xml</code> file.</li> -<li>Restart Tomcat 4 if it is already running.</li> +<li>Restart Tomcat 5 if it is already running.</li> </ol> <h3>Realm Element Attributes</h3> @@ -492,7 +492,7 @@ <p>DataSourceRealm operates according to the following rules:</p> <ul> <li>When a user attempts to access a protected resource for the first time, - Tomcat 4 will call the <code>authenticate()</code> method of this + Tomcat 5 will call the <code>authenticate()</code> method of this <code>Realm</code>. Thus, any changes you have made to the database directly (new users, changed passwords or roles, etc.) will be immediately reflected.</li> 1.6 +1 -1 jakarta-tomcat-catalina/webapps/docs/setup.xml Index: setup.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/setup.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- setup.xml 3 Sep 2003 09:48:16 -0000 1.5 +++ setup.xml 20 Sep 2003 20:47:21 -0000 1.6 @@ -110,7 +110,7 @@ <p>The file <code>$CATALINA_HOME/bin/jsvc/native/tomcat.sh</code> can be used as a template for starting Tomcat automatically at boot time from <code>/etc/init.d</code>. The file is currently setup for running - Tomcat4.1.x, so it is necessary to edit it and change the classname + Tomcat 4.1.x, so it is necessary to edit it and change the classname from <code>BootstrapService</code> to <code>Bootstrap</code>.</p> </section>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]