Oracle WebCenter Interaction Web Service Development Guide
Deploying a Custom Java Oracle WebCenter Interaction Development
Kit (IDK) Project in Eclipse with WTP
These steps describe how to deploy a custom Java Oracle
WebCenter Interaction Development Kit (IDK) project in Eclipse with
WTP installed.
These instructions
use Tomcat as an example.
Define the server
in Eclipse:
Click File > New > Other
> Server > Server and click Next.
Select
the server type (Tomcat v5.0) and click Next.
Select
the Tomcat v5.0 installation directory and click Next.
Add your
custom project to the list of configured projects and click Finish.
Run and debug
the application:
In Project
Explorer, right-click your custom project and click Debug As > Debug On Server.
Select
the existing server and click Finish.
Content services, identity services and SCI pages require
additional configuration. You must add the custom class to the appropriate
*Impl keys in the web.xml file in the WEB-INF directory. For details,
see Web Service Class Names (*Impl).
When Tomcat
starts in a new Servers tab, hit http://localhost:8080/<projectname>/servlet/AxisServlet
to ensure that Axis has deployed correctly and the web service APIs
are correctly configured.