Sun Java System Application Server Enterprise Edition 8.2 Release Notes for Microsoft Windows

Load Balancer Configuration File Not Created With the Endpoint URL of Any Web Service (ID 6236544, 6275436)

When setting up the load balancer configuration with an application that has an EJB module that exports a web service URL, the context root for the web service isnot in the resulting loadbalancer.xml file.

Solution

  1. Edit the loadbalancer.xml file to add the missing web module as follows:


    <web-module context-root="context-root-name"
    disable-timeout-in-minutes="30" enabled="true"/>
  2. Replace context-root-name value with the context root name of the web service that was exposed as an EJB.