446 IMS Connectivity in an On Demand Environment: A Practical Guide to IMS Connectivity
9. The options that you specified are displayed in the “Step 7: Summary of the Install New
Application wizard” panel, as shown in Figure 21-39. Verify that the options are correct,
and then click
Finish. A message is displayed that indicates first that the imsjavaRDS
application is being installed, and then that the installation was successful.
Figure 21-39 Summary of the Install New Application wizard
10.Click Save to Master Configuration. The Save page opens. Under Save to Master
Configuration, click
Save.
21.5.3 Step 3: Installing the metadata class for the sample application
We use IMS IVP application (DFSIVP37) for our sample Web application; therefore, we need
the metadata class from the DFSIVP37 PSB source and IVPDB2 DBD source. We already
discussed the sample metadata class creation in 21.3.1, “Example of using the DLIModel
utility” on page 422 with these PSB/DBD sources. In this section, we introduce how to set the
WebSphere Application Server for z/OS classpath to the location of your metadata classes.
Before adding the classpath, we compile the metadata source file and create the JAR file by
using the command shown in Example 21-23 on our UNIX System Services environment.
Example 21-23 Compile the metadata source and create the JAR file
JOUKO2 @ SC53:/u/jouko2>javac imsrds/*.java
JOUKO2 @ SC53:/u/jouko2/>jar -cvf imsrds.jar ./imsrds/*
added manifest
adding: imsrds/@dlictl(in = 601) (out= 274)(deflated 54%)
adding: imsrds/DFSIVP37DatabaseView.class(in = 1208) (out= 605)(deflated 49%)
adding: imsrds/DFSIVP37DatabaseView.java(in = 1279) (out= 517)(deflated 59%)
adding: imsrds/DFSIVP37DatabaseViewJavaReport.txt(in = 437) (out= 212)(deflated 51%)
adding: imsrds/META-INF/(in = 0) (out= 0)(stored 0%)
adding: imsrds/META-INF/MANIFEST.MF(in = 62) (out= 61)(deflated 1%)
adding: imsrds/imsrds.jar(in = 2495) (out= 2055)(deflated 17%)