If you plan to create a JAX-WS web service, a web project
with the Java™ version 5 or 6
facet must be created before you begin creating your web service.
About this task
To build a Web project that points to the WebSphere server that you have created:
Procedure
- In the Java EE perspective, right-click your enterprise application project
and select to open the web project wizard.
- In the Name field, type a name
for your new web project.
- In the Project Templates
section, select the type of web template you want to use: select Simple to
create a simple web project.
- In the Programming
Model section, select the programming model you want to use: select Java
EE programming model. Click Next to configure
your new web project.
- On the deployment
page, from the list of available configuration options, click Deployment to open the Deployment configuration page.
Note: The deployment option is available
only if you selected to use the Java EE programming model for your
new web project.
- From the list of available
configuration options, click Java to open the
Java configuration page.
- In the Source folders on build path field,
accept the default src directory, or click Add Folder, Edit... or Remove to specify a folder for your source files.
- In the Default output folder: field, specify
a folder for your output files or accept the default value (WebContent\WEB-INF\classes).
- From the list of available configuration
options, click Web Module.. On the Web Module
configuration page,
- In the Context
root field, type the name of your web project root, or
accept the default (which is the name of your web project).
- In the Content directory field, type the name
of your content directory, or accept the default (WebContent).
- Select Generate web.xml deployment descriptor if you want to
create a deployment descriptor. You can also add a deployment descriptor
to your web module later.
- To associate the project with the server, right-click the WebSphere server that you
created in the Servers view and click Add and Remove Projects.
Select the service and client projects from the Available
projects list and click Add.