User: sylvain 
  Date: 00/07/05 17:54:26

  Modified:    src/scripts/windows/mandelbrot MandelClient.bat
  Log:
  updated MandelClient so that it now works with jBoss 2.
  the client now uses the file jndi.properties.
  
  Revision  Changes    Path
  1.5       +3 -2      zola/src/scripts/windows/mandelbrot/MandelClient.bat
  
  Index: MandelClient.bat
  ===================================================================
  RCS file: /products/cvs/ejboss/zola/src/scripts/windows/mandelbrot/MandelClient.bat,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MandelClient.bat  2000/04/27 20:09:32     1.4
  +++ MandelClient.bat  2000/07/06 00:54:26     1.5
  @@ -3,10 +3,11 @@
   @if "%OS%" == "Windows_NT"  setlocal
   
   REM The ejboss infrastructure
  -set CP=..\lib\ejbossClient.jar
  +set CP=..\lib\jboss-Client.jar
   
  -REM javax.ejb
   set CP=%CP%;..\lib\ejb.jar
  +set CP=%CP%;..\lib\jnp-client.jar
  +set CP=%CP%;..
   
   REM client classes
   set CP=%CP%;..\clients\MandelbrotClient.jar
  
  
  

Reply via email to