Build the Example
After configuring your WebLogic Server development environment, you need to build the example. Oracle Jolt provides separate build scripts for Windows 2003 and UNIX, as follows:
- Windows 2003:
%TUXDIR%\samples\jolt\wls\ejb\bankapp\build.cmd
- UNIX:
$TUXDIR/samples/jolt/wls/ejb/bankapp/build.sh
$ build
To build under Microsoft’s JDK for Java, use:
$ build -ms
The scripts will build the example and place the files in the following default WebLogic Server directories on a Windows 2003 system:
- Client files in:
d:\bea\wlserver6.1\config\examples
- EJBean in:
d:\bea\wlserver6.1\config\mydomain\applications
Parent topic: Preparing to Use the Servlet with JavaBean Example