Debugging a Custom Oracle WebCenter Interaction Development
Kit (IDK) Project - Java
After you create a custom Oracle WebCenter Interaction
Development Kit (IDK) project, you must deploy it in your Java application
server.
These instructions use Tomcat as an example.
- Define the server in Eclipse:
- Click and click Next.
- Select the server type as Tomcat v5.0 and click Next.
- Select the Tomcat v5.0 installation directory and click Next.
- Add your project to the list of configured Tomcat projects
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
on Impl keys, see Web Service Class Names (*Impl).
- Run and debug the application:
- In Eclipse Project Explorer, right-click your project
and click .
- Select the existing server and click Finish.
- When Tomcat starts in a new Servers tab, hit http://localhost:8080/<project name>/servlet/AxisServlet to ensure that Axis has deployed correctly and the web service APIs
are correctly configured.