remm        02/04/25 07:14:29

  Modified:    webapps/ROOT index.jsp
  Log:
  - Automatically fill the version number (defined in the version property).
  
  Revision  Changes    Path
  1.2       +1 -1      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.jsp 21 Dec 2001 21:15:45 -0000      1.1
  +++ index.jsp 25 Apr 2002 14:14:29 -0000      1.2
  @@ -2,7 +2,7 @@
   <html>
       <head>
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  -    <title>Jakarta Project - Tomcat (v4.1-dev)</title>
  +    <title><%= application.getServerInfo() %></title>
       <style type="text/css">
         <!--
           body {
  
  
  

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

Reply via email to