[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/http ...

Ron Sigal rsigal at belmont.prod.atl2.jboss.com
Wed Aug 30 21:17:39 EDT 2006


  User: rsigal  
  Date: 06/08/30 21:17:39

  Modified:    src/tests/org/jboss/test/remoting/performance/spring/http 
                        readme.txt
  Log:
  JBREM-595:  Mentioned new ant target for running spring http performance test.
  
  Revision  Changes    Path
  1.2       +8 -5      JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/http/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/http/readme.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- readme.txt	14 Aug 2006 22:06:34 -0000	1.1
  +++ readme.txt	31 Aug 2006 01:17:39 -0000	1.2
  @@ -9,12 +9,12 @@
   1. Run remoting build with tests.jars target.  This will build the jboss-remoting.jar and jboss-remoting-tests.jar
    that will be needed within web deployment file.
   2. Create web deployment file.  This currently has to be done manually.  Create new directory and copy
  -src/tests/org/jboss/test/remoting/performance/spring/hessian/web/WEB-INF into this new directory.  Should
  +src/tests/org/jboss/test/remoting/performance/spring/http/web/WEB-INF into this new directory.  Should
   then have WEB-INF directory with contents applicationContext.xml, remoting-servlet.xml, and web.xml under
   root directory.  Now create a lib directory under the WEB-INF directory.
   Copy the jboss-remoting.jar and jboss-remoting-tests.jar into the lib directory.  Also copy all the jars under
   the remoting project's lib/spring directory into this new lib directory.
  -Will also need to copy /lib/oswego-concurrent/concurrent.jar into the lib directory.
  +Will also need to copy /lib/oswego-concurrent/lib/concurrent.jar into the lib directory.
   Now zip up the WEB-INF directory into a file called remoting.war.  This will be the web deployment file.
   Its contents should be:
   
  @@ -38,8 +38,11 @@
   
   3. Deploy remoting.war to web container (i.e. copy to apache-tomcat-5.5.17\webapps directory).
   4. Start web container (i.e. apache-tomcat-5.5.17\bin\startup.bat/sh)
  -5. Run the benchmark client.  Currently this can not be done via running an ant target, so will need to do this
  -via IDE.  Will need run org.jboss.test.remoting.performance.spring.http.client.SpringHttpPerformanceClient,
  -which has a main() method.
  +5. Run the benchmark client.  This can be done by running ant target "tests.performance.sequence.spring_http".
  +   The following system properties are used:
  +   
  +   - perf.seq.numofclients
  +   - perf.seq.numofcalls
  +   - perf.seq.payloadsize
   
   
  
  
  



More information about the jboss-cvs-commits mailing list