You must install and configure the following in order to complete this tutorial:
- This tutorial requires your projects to target Java 7.
- JBossAS Tools, a server adapter that enables Eclipse to manage the JBoss Application Server.
- JBoss EAP 6.4, for hosting Web services.
- Apache Axis2 1.6.4, a tool to generate server and client code to handle Web services protocols.
- The JVM
Micro Focus COBOL Runtime.
- You also need to download from the
Micro Focus Community Web site a
.zip file containing source files.
JBossAS Tools
Before installing JBoss Application Server you must download and install the JBossAS Tools server adapter:
- Click
.
- Click
Add.
This opens the
New Server Runtime Environment dialog box.
- Expand
Red Hat JBoss Middleware.
- Click
JBoss AS, WildFly, & EAP Server Tools, and then click
Next.
- Accept the license agreement, and then click
Finish.
- If you are presented with a security warning about unsigned content, ignore it by clicking
OK.
- Click
Yes to restart Eclipse.
Note: If this is the first time the workspace settings have been changed then Eclipse might prompt you to store preference information.
JBoss
Download and install JBoss
- In a browser, open the
3.3. DOWNLOAD AND INSTALL JBOSS EAP USING THE ZIP page located on the Red Hat Web site.
- Follow the instructions provided to download and install the Red Hat JBoss Enterprise Application Platform. For a list of
supported versions, see
Additional Software Requirements.
Note: This download might require a Red Hat subscription.
Install JBOSS AS tools in Eclipse
To enable Eclipse to manage JBoss Application Server, you need to install the JBoss AS tools in Eclipse:
- Start Eclipse.
- Click
.
- Click
Add.
This opens the
New Server Runtime Environment dialog box.
- Expand
Red Hat JBoss Middleware.
- Click
JBoss AS, WildFly, & EAP Server Tools, and then click
Next.
- Accept the license agreement, and then click
Finish.
- If you are presented with a security warning about unsigned content, ignore it by clicking
OK.
- Click
Yes to restart Eclipse.
Note: If this is the first time the workspace settings have been changed then Eclipse might prompt you to store preference information.
Configure JBoss for each new workspace
- Start Eclipse.
- Click
- In the
Server runtime list, click
JBoss
version.
- Click
OK.
Micro Focus COBOL Runtime
The JVM
Micro Focus COBOL Runtime (mfcobolrts.jar) is located by default in the
Micro Focus COBOL install directory
%ProgramFiles(x86)%\Micro Focus\Visual COBOL\bin (Windows) or
$COBDIR/bin (UNIX).
The COBOL Runtime file must be added to the
Deployment Assembly later in the tutorial.
Axis2
To download Axis2:
- Click
here to download Axis2.
- Click
axis2-1.6.4-bin.zip, and download from a suitable mirror site.
- Extract into a directory.
You need to configure Axis2 for each new workspace in
Visual COBOL:
- Click
.
- On the
Axis2 Runtime tab, click
Browse and navigate to the Axis2 top-level folder.
- Click
OK.
- Click
OK.
- Click
.
- In the
Web service runtime list, click
Apache Axis2.
- Click
OK.
Source files
- On the
Micro Focus Community Web site, click
Download.
- Save the
.zip file and extract its content into a directory.
Note: The extract directory is referred to in this tutorial as
<tutorial_source_folder>.