User: sylvain
Date: 00/07/05 17:54:23
Modified: src/scripts/unix/mandelbrot MandelClient.sh
Log:
updated MandelClient so that it now works with jBoss 2.
the client now uses the file jndi.properties.
Revision Changes Path
1.2 +3 -1 zola/src/scripts/unix/mandelbrot/MandelClient.sh
Index: MandelClient.sh
===================================================================
RCS file: /products/cvs/ejboss/zola/src/scripts/unix/mandelbrot/MandelClient.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MandelClient.sh 2000/06/02 20:48:36 1.1
+++ MandelClient.sh 2000/07/06 00:54:23 1.2
@@ -3,11 +3,13 @@
if [ -n "$jboss_dist" ]; then
CP=$jboss_dist/client/jboss-client.jar
else
- CP=../lib/ejbossClient.jar
+ CP=../lib/jboss-client.jar
fi
# javax.ejb
CP=$CP:../lib/ejb.jar
+CP=$CP:../lib/jnp-client.jar
+CP=$CP:..
# client classes
CP=$CP:../clients/MandelbrotClient.jar