[jboss-cvs] jboss-seam/examples/wiki ...

Christian Bauer christian at hibernate.org
Tue Jun 12 15:07:15 EDT 2007


  User: cbauer  
  Date: 07/06/12 15:07:15

  Modified:    examples/wiki  README.txt
  Log:
  Updated MySQL installation instructions
  
  Revision  Changes    Path
  1.10      +23 -1     jboss-seam/examples/wiki/README.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/README.txt,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- README.txt	12 Jun 2007 16:24:26 -0000	1.9
  +++ README.txt	12 Jun 2007 19:07:15 -0000	1.10
  @@ -1,7 +1,7 @@
   This is not a regular "Seam example", its a standalone seam-gen project structure. The build.xml
   references the existing Seam libraries and thirdparty libs, however, to avoid duplication.
   
  -INSTALLATION
  +INSTALLATION WITH HSQL DB
   ==========================================================================================
   
   - Install JBoss Application Server 4.2 GA
  @@ -14,6 +14,28 @@
   
   - Access http://localhost:8080/wiki/
   
  +INSTALLATION WITH MYSQL
  +==========================================================================================
  +
  +- Install JBoss Application Server 4.2 GA
  +
  +- Install MySQL 5.x
  +
  +- Obtain the correct JDBC driver for your MySQL version and copy it into server/default/lib/ of JBoss AS
  +
  +- Call 'ant -Dprofile=prod dist'
  +
  +- Deploy the SQL schema generated in the dist/wiki-ddl.sql on your MySQL database
  +
  +- Deploy the SQL data generated in the dist/wiki-data.sql on your MySQL database
  +
  +- Copy the file dist/wiki-ds.xml to server/default/deploy/ directory and edit your MySQL connection settings
  +
  +- Deploy the dist/wiki.war file by copying it into the server/default/deploy/ directory
  +
  +- Start (if you haven't done so already) JBoss AS and access http://localhost:8080/wiki/
  +
  +
   NOTE: The lucene index directory is named "lacewikiIndex" and located in the current directory. This
   is the current directory from which you started the application server! If you want to change this setting,
   unpack the WAR and change the META-INF/persistence.xml configuration file.
  
  
  



More information about the jboss-cvs-commits mailing list