AquaLogic User Interaction Development Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Deploying a Custom Java IDK Project in Eclipse with WTP

These steps describe how to deploy a custom Java IDK project in Eclipse with WTP installed.

These instructions use Tomcat as an example.

  1. Define the server in Eclipse:
    1. Click File > New > Other > Server > Server and click Next.
    2. Select the server type (Tomcat v5.0) and click Next.
    3. Select the Tomcat v5.0 installation directory and click Next.
    4. Add your custom project to the list of configured projects and click Finish.
  2. Run and debug the application:
    1. In Project Explorer, right-click your custom project and click Debug As > Debug On Server .
    2. Select the existing server and click Finish.
  3. 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).
  4. 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.

  Back to Top      Previous Next