ozeigermann    2004/03/31 07:12:07

  Modified:    docs     howto-j2eestore.html installation.html
                        changelog.html
  Log:
  Synced with XML files
  
  Revision  Changes    Path
  1.11      +7 -1      jakarta-slide/docs/howto-j2eestore.html
  
  Index: howto-j2eestore.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/docs/howto-j2eestore.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- howto-j2eestore.html      3 Mar 2004 09:14:11 -0000       1.10
  +++ howto-j2eestore.html      31 Mar 2004 15:12:07 -0000      1.11
  @@ -4,6 +4,8 @@
   <title>Jakarta Slide - J2EE/JDBC Store Howto</title>
   <meta value="Colin Britton" name="author">
   <meta value="[EMAIL PROTECTED]" name="email">
  +<meta value="Oliver Zeigermann" name="author">
  +<meta value="[EMAIL PROTECTED]" name="email">
   </head>
   <body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" 
bgcolor="#ffffff">
   <table cellspacing="4" width="100%" border="0">
  @@ -160,8 +162,12 @@
   be fast in some enviroments. This option is switched off here.
     </p>
   
  +     
  +<p>You have to create the tables of the database schema manually. Schemata are 
available in 
  +     src/conf/schema if you have the source distribution or in slide/db-schema if 
you have the Tomcat bundled or binary distribution.</p>
  +
       
  -<p>If your store is not configure using a datasource looked up using JNDI you will 
have to provide more information to Slide
  +<p>If your store is not configured using a datasource looked up using JNDI you will 
have to provide more information to Slide
        like this for example:
   <pre>
        
  
  
  
  1.45      +2 -1      jakarta-slide/docs/installation.html
  
  Index: installation.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/docs/installation.html,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- installation.html 3 Mar 2004 09:14:12 -0000       1.44
  +++ installation.html 31 Mar 2004 15:12:07 -0000      1.45
  @@ -152,7 +152,8 @@
   <li>If not done, yet, you will have to set the JAVA_HOME enviroment variable to the 
location 
                                where your JDK or JRE has been installed</li>
                        
  -<li>If you are on Windows run bin/startup.bat - Slide should startup now</li>
  +<li>If you are on Windows either double click startup.bat in the bin directory
  +                             or use the prompt to change to the bin dir and run 
startup.bat in this directory - Slide should startup now</li>
                        
   <li>If you are on *n*x systems change to the bin dir and run startup.sh in this 
directory - Slide should startup now</li>
                                
  
  
  
  1.53      +11 -0     jakarta-slide/docs/changelog.html
  
  Index: changelog.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/docs/changelog.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- changelog.html    3 Mar 2004 09:14:12 -0000       1.52
  +++ changelog.html    31 Mar 2004 15:12:07 -0000      1.53
  @@ -144,6 +144,17 @@
         <table cellspacing="2" cellpadding="2" border="0">
           
   <tr>
  +<td style="vertical-align: top;"><img src="images/fix.gif" class="icon" 
alt="fix"></td><td> [
  +    <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26913";>
  +    bug #26913</a>
  +    ]March 30, 2004: Massive concurrent writes no longer cause lots of 
conflicts.(ozeigermann)</td>
  +</tr> 
  +        
  +<tr>
  +<td style="vertical-align: top;"><img src="images/fix.gif" class="icon" 
alt="fix"></td><td>March 16, 2004: Fix authentication and name problem in 
WebdavResource(mholz)</td>
  +</tr> 
  +        
  +<tr>
   <td style="vertical-align: top;"><img src="images/update.gif" class="icon" 
alt="update"></td><td>February 26, 2004: Replaced JDOM b9 with JDOM HEAD version 
checked out at 26th, February, 2004. Adapted XMLOutputter code to 
this.(ozeigermann)</td>
   </tr>
           
  
  
  

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

Reply via email to