Sun Java System Web Server 7.0 Release Notes

Configuration

The following table lists the known issues in the configuration of Web Server.

Table 6 Known Issues in Configuration

Problem ID 

Description 

6482536 

<listen-queue-size> upper bound is set to 65535, which is too small. Need to increase the <listen-queue-size> upper bound.

6500715 

Incorrect ObjectType fn="force_type" added in object cgi on creation of new cgi directory.

When creating a new cgi directory, an incorrect object type force_type is added to the obj.conf file.

Workaround

  • Manually edit the config/obj.conf file or the config/vs-obj.conf under https-config-directory and remove the following line.

    ObjectType fn="force_type" type="magnus-internal/cgi"

    On Windows, if shell-cgi is enabled, then remove the following line from the obj.conf file.

    ObjectType fn="force_type" type="magnus-internal/shellcgi"
  • Type the pull-config command from the command line to bring over the manual change to the Administration Server configuration repository.

    • Change directory to Web Server 7.0 installation directory

    • Start the Administration Server

    • Type the pull-config command as follows:bin/wadm pull-config --user=admin --config=config-name

    Or, you can login to the Web Server Admin Console and bring over this manual change to the Administration Server configuration repository.