taylor      2005/04/02 15:09:19

  Added:       docs/release JETSPEED-2.0-M2-README.txt
  Log:
  rough start of release notes
  
  Revision  Changes    Path
  1.1                  
jakarta-jetspeed-2/docs/release/JETSPEED-2.0-M2-README.txt
  
  Index: JETSPEED-2.0-M2-README.txt
  ===================================================================
  --------------------------  
   Jetspeed 2.0-M2 Release
     April 2, 2005
  --------------------------
  
  * Navigations Refactoring (RW)
  * Login/Password Enhancements (RW, AD)
  * LDAP (ML)
  * Portlet Messaging (PM)
  * Deployment Refactoring (AD)
  * User Admin Portlets (JS2-121) - enhancements (AD)
  * Site Manager (*)
      -- add/edit/remove folders, pages, links, metadata
      -- import/export
      -- integrate customizer
      -- global site settings from edit mode
  * Secure Access to Site Resources (JS2-111) (*)
      -- Portlets
      -- Windows
  * Documentation (JS2-83)
  * Enhanced credential security and validation (JS2-151)
  * Encrypt SSO credentials, certificate support (RR)
  * Portlet Selector, Customizer (DST)
  * Print Mode
  * Portlet Caching
  * WSRP Support
  
  -----------
  Bug fixes
  -----------
  * Closed Open Issues 
        get list from JIRA?
  
  -----------
   Features
  -----------
  
  
  ---------------------
   Tested App Servers:
  ---------------------
   * Tomcat 5.0.30
   * Tomcat 5.5
   
   (Tomcat 5.5 requires a different jetspeed.xml found in the source tree under 
src/resources/jetspeed-tomcat-5.5.xml)
  
   Jetspeed 2 has been independently tested and run on JBoss, Weblogic, and 
Websphere application servers
   Check out our wiki page for details: http://wiki.apache.org/portals/Jetspeed2
  
  
  ---------------------
   NOT Supported:
  ---------------------
   * Tomcat 4.1.x
  
  Support for Tomcat 4.1.x has been dropped.
  
  ---------------------------
   Installation Instructions
  ---------------------------
  
  1. Download jetspeed-2.0-M1.tar.gz 
     Download jetspeed-2.0-M1.zip (windows)
  2. Expand jetspeed-2.0-M1.tar.gz into a clean Tomcat installation **
     
  
     tar xfz jetspeed-2.0-M1.tar.gz -C tomcat   # where 'tomcat' is your tomcat 
home directory
  
     For Windows:
  
     unzip jetspeed-2.0-M1.zip directly into your tomcat home directory 
(overlay)
  
  3. cd $TOMCAT_HOME/jetspeed-database
  
  4. start-database.sh (.bat)
    
  5. startup Tomcat
  
  6. start up Jetspeed, navigate to http://localhost:8080/jetspeed/portal
  
  
  ------------------------------
   Configuring Another Database
  ------------------------------
  
  1. cd $TOMCAT_HOME/jetspeed-database/scripts
  2. edit the build.properties, set the properties for your database 
connection, save.
  3. create a database schema/catalog to hold your database tables 
  4. type 'ant' to run the database population scripts
  5. edit the jetspeed.xml properties 
      - Tomcat4 - $TOMCAT_HOME/webapps/jetspeed.xml
      - Tomcat5 - $TOMCAT_HOME/conf/Catalina/localhost/jetspeed.xml
     
      and set your database connection
  
  6. copy your database driver into Tomcat's common/endorsed directory
  
  7. start up Jetspeed, navigate to http://localhost:8080/jetspeed/portal
  
   Sample accounts to login as:
      
   admin/admin
  
  **    NOTE: if you are installing into a Tomcat instance which had Jetspeed 
installed previously, remember to delete these files :
          $TOMCAT_HOME/shared/lib/jetspeed*.jar
          $TOMCAT_HOME/shared/lib/pluto*.jar
          $TOMCAT_HOME/shared/lib/portlet-api*.jar
          $TOMCAT_HOME/shared/lib/portals-bridges*.jar
          $TOMCAT_HOME/webapps/jetspeed
  
  
  -----------------------------
     Deployment Optimization
  -----------------------------
  
  There are some known issues with deployment and race conditions with the 
default jetspeed configuration.
  To optimize deployment, add these properties to your $HOME/build.properties:
  
  org.apache.jetspeed.services.autodeployment.user = admin
  org.apache.jetspeed.services.autodeployment.password = admin
  
  Edit your $TOMCAT_HOME/conf/tomcat-users.xml and add the required manager and 
admin roles and admin user:
  
  <?xml version='1.0' encoding='utf-8'?>
  <tomcat-users>
    <role rolename="manager"/>
    <role rolename="admin"/>
    ...
    <user username="admin" password="admin" roles="admin,manager,user"/>
  </tomcat-users>
  
  
  If you make these changes, its recommended to change Tomcat's server.xml and 
turn off Autodeployment feature:
  
        <Host name="localhost" debug="0" appBase="webapps"
         unpackWARs="true" autoDeploy="false">  <------------------
  
  
  
  
  
  

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

Reply via email to