The project configuration stage involves selecting the appropriate Java, JBoss, Servlet, and Axis2 versions.
Important: Problems may arise at this stage due to incorrectly installed and configured Axis2 or JBoss AS, see
Before you start for more information.
- Change to the JAVA EE perspective. Click
.
This opens the
Open Perspective dialog box.
- Click
Java EE, and then click
OK.
- Click
.
This opens the
New Dynamic Web Project dialog box.
- In the
Project name field, type
DynWebTest1.
- Click
New Runtime.
This opens the
New Server Runtime Environment dialog box.
- Expand
JBoss Community, and then click
JBoss 7.1 Runtime.
- Click
Next.
- Click
Browse and navigate to the root folder where JBoss AS has been installed.
- Click
OK
- Ensure the
Runtime JRE is set to a Java 7 JRE.
- Click
Finish.
- In the
Dynamic web module version list, click
2.5.
- Click
Modify.
This opens the
Project Facets dialog box.
- Check
Axis2 Web Service.
- In the
Java row, click the
Version list, and then click
1.7.
- Click
OK.
- Click
Finish.
This generates the project.