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

Peter Muir peter at bleepbleep.org.uk
Mon Dec 3 17:36:19 EST 2007


  User: pmuir   
  Date: 07/12/03 17:36:19

  Modified:    examples/jee5  readme.txt
  Log:
  JBSEAM-2344
  
  Revision  Changes    Path
  1.7       +3 -1      jboss-seam/examples/jee5/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jee5/readme.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- readme.txt	1 Oct 2007 19:21:24 -0000	1.6
  +++ readme.txt	3 Dec 2007 22:36:19 -0000	1.7
  @@ -100,7 +100,9 @@
   10. Copy the application to OC4J: 
       cp build/jboss-seam-jee5.ear $ORACLE_HOME/j2ee/home/applications/
   
  -11. Start OC4J: $ORACLE_HOME/bin/oc4j -start
  +11. Start OC4J: $ORACLE_HOME/j2ee/home/java -jar -XX:MaxPermSize=256M oc4j.jar
  +    * You must override the default PermGen memory settings using above command
  +       * See http://www.oracle.com/technology/tech/java/oc4j/11/oc4j-relnotes.html
       * You will be asked to set the admin password if this is the first time 
         you've started OC4J
       * You may get an ClassNotFoundException relating to 
  
  
  



More information about the jboss-cvs-commits mailing list