funkman     2003/11/21 12:11:14

  Modified:    webapps/ROOT index.jsp
  Log:
  BZ - 15879 "default tomcat homepage index.jsp says it's index.html"
  
  Revision  Changes    Path
  1.9       +3 -3      jakarta-tomcat-4.0/webapps/ROOT/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/index.jsp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.jsp 15 Jan 2003 12:02:28 -0000      1.8
  +++ index.jsp 21 Nov 2003 20:11:14 -0000      1.9
  @@ -144,14 +144,14 @@
   
               <p>As you may have guessed by now, this is the default Tomcat home 
page. It can be found on the local filesystem at:
               <blockquote>
  -                <p class="code">$CATALINA_HOME/webapps/ROOT/index.html</p>
  +                <p class="code">$CATALINA_HOME/webapps/ROOT/index.jsp</p>
               </blockquote>
               </p>
   
               <p>where "$CATALINA_HOME" is the root of the Tomcat installation 
directory. If you're seeing this page, and you don't think you should be, then either 
you're either a user who has arrived at new installation of Tomcat, or you're an 
administrator who hasn't got his/her setup quite right. Providing the latter is the 
case, please refer to the <a href="tomcat-docs">Tomcat Documentation</a> for more 
detailed setup and administration information than is found in the INSTALL file.</p>
   
  -            <p><b>NOTE: For security reasons, using the administration webapp 
  -            is restricted to users with role "admin". The manager webapp 
  +            <p><b>NOTE: For security reasons, using the administration webapp
  +            is restricted to users with role "admin". The manager webapp
               is restricted to users with role "manager".</b>
               Users are defined in 
<code>$CATALINA_HOME/conf/tomcat-users.xml</code>.</p>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to