funkman 2003/10/01 18:44:07 Modified: webapps/ROOT index.jsp Log: State the welcome file is index.jsp, not index.html Revision Changes Path 1.13 +3 -3 jakarta-tomcat-catalina/webapps/ROOT/index.jsp Index: index.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/ROOT/index.jsp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- index.jsp 30 Aug 2003 20:00:02 -0000 1.12 +++ index.jsp 2 Oct 2003 01:44:07 -0000 1.13 @@ -147,14 +147,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]