 |
Return to article.
# Set up your OGSA env
$ /opt/ogsa.root>setenv.sh
# Add the Factorization classes to the CP
$ (win32)Factorization>set CLASSPATH=%CLASSPATH%;classes
$ (linux) Factorization>export CLASSPATH=$CLASSPATH:classes
# Run the client (Win32/Linux)
# An instance named (FAC) must be created first.
$ Factorization>java factorization.client.FactorizationClient -factory
http://localhost:8080/ogsa/services/factorization/factory/FactorizationService/FAC
-n 12321321312312312312312312122 -out c:\\temp\\fac.txt
|
Return to article.
|  |
|