felipeal    2005/07/21 11:22:09

  Modified:    integration/maven plugin.properties
  Log:
  CACTUS-86: added comments warning about JBoss setup
  
  Revision  Changes    Path
  1.26      +4 -0      jakarta-cactus/integration/maven/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/plugin.properties,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- plugin.properties 25 Apr 2005 02:04:56 -0000      1.25
  +++ plugin.properties 21 Jul 2005 18:22:05 -0000      1.26
  @@ -29,6 +29,8 @@
   #cactus.src.mergewebxml = ${basedir}/src/conf/cactus-web.xml
   
   # Default port on which to start the containers
  +# Notice that on some containers (like JBoss) it's also necessary to change 
  +# the configuration on the container itself, not only on this property
   cactus.port = 8080
   
   # Decides whether the test result will be printed to the console or
  @@ -153,6 +155,8 @@
   
   # Name of the JNDI port on which JBoss is started. This is only used
   # to shutdown JBoss.
  +# Notice that it is not enough to change this value - it must match what is 
  +# defined on JBoss configuration files
   cactus.jboss3x.jndiport = 1099
   
   # Arguments to be passed to the container's JVM
  
  
  

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

Reply via email to