To prepare for debugging on Enterprise Server

Restriction: This topic applies only when the Enterprise Server feature is enabled.
  1. Compile your project for debugging.
  2. Open the Enterprise Server Administration Web page. To do this:
    1. In Server Explorer, right-click the host server.
    2. Select Open Administration Page from the context menu.
  3. Enable dynamic debugging for the enterprise server that you want to use for debugging. To do this:
    1. In the table of servers on the Home page of Enterprise Server Administration, find the row for the server that you want to configure, and click Edit in the left hand column.
    2. In the Server > Properties > General section, select Allow Dynamic Debugging.
    3. Click OK to confirm your changes.
    Important: You must restart the server for the changes to take effect.
  4. If your program is a service (Web Service or EJB), create a client program to submit requests for that service.
  5. Associate the project with the enterprise server:
    1. Ensure that your project is open.
    2. In Server Explorer, right-click the enterprise server with which to associate your project.
    3. Click Associate with project > your project .