shuber      2005/06/22 17:29:08 CEST

  Modified files:
    .                    README 
  Log:
  Added instruction for catalina.major.version variable.
  
  Revision  Changes    Path
  1.71      +13 -0     jahia/README
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/README.diff?r1=1.70&r2=1.71&f=h
  
  
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/repository/jahia/README,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- README    22 Jun 2005 12:32:51 -0000      1.70
  +++ README    22 Jun 2005 15:29:07 -0000      1.71
  @@ -51,6 +51,19 @@
          following lines : 
          
            catalina.home.dir=PATH_TO_YOUR_TOMCAT_HOME_DIRECTORY
  +         
  +       You must also modify the following variable :
  +       
  +         catalina.version.major=YOUR_MAJOR_TOMCAT_VERSION
  +         
  +       Possible values for the major Tomcat version should normally
  +       be 4, 5, 6, etc... there is ONE exception, for Tomcat 5.5, 
  +       where you should use : 
  +       
  +         catalina.version.major=5.5
  +         
  +       This is due to Tomcat introducing some major changes in this
  +       version, so it is considered a "major" version anyway.
          
       5. Type the following command : 
             maven
  

Reply via email to