Setting the classpath – Nortel Networks NN42020-123 User Manual
Page 18

NN42020-123 MCS 5100 3.5 Standard 4.0 4.0 January 2006
18
Copyright © Nortel Networks Limited 2006
Procedure 1 Downloading the AXIS toolkit
On the PC
1
In your web browser, navigate to the Axis toolkit page on the
Apache web site.
The 1.1 final version is recommended.
2
Download the 1.1 final version file, axis-1_1.zip, to your PC.
3
Unzip the files to a drive on the PC. In this example, we use Axis
files extracted to folder D:\axis-1_1.
Setting the Classpath
The classpath needs to be set for specific jar files that are part of the
Axis toolkit.
Procedure 2 Setting the Classpath
On the PC
1
Open a command prompt in the DOS window
2
Set the classpath for all the jar files found in the directory
D:\axis-1_1\webapps\axis\WEB-INF\lib
.
set CLASSPATH= D:\axis-1_1\webapps\axis\WEB-INF
\lib\axis.jar;D:\axis-1_1\webapps\axis\WEB-INF
\lib\axis-ant.jar;D:\axis-1_1\webapps\axis\WEB
-INF\lib\commons-discovery.jar;D:\axis-1_1\web
apps\axis\WEB-INF\lib\commons-logging.jar;D:\a
xis-1_1\webapps\axis\WEB-INF\lib\jaxrpc.jar;D:
\axis-1_1\webapps\axis\WEB-INF\lib\log4j-1.2.8
.jar;D:\axis-1_1\webapps\axis\WEB-INF\lib\saaj
.jar;D:\axis-1_1\webapps\axis\WEB-INF\lib\wsdl
4j.jar
3
Create a folder for the generated client stubs. In this example, we
use the folder D:\opiclient.