Web server plug-in troubleshooting tips

Web server plug-in troubleshooting tips

The following topics might help you diagnose problems with the Web server plug-ins. If you are having problems using a Web server plug-in, try these steps:

If these files don't reveal the cause of the problem, follow these additional steps.

Plug-in Problem Determination StepsThe plug-in provides very readable tracing which can be beneficial in helping to figure out the problem. By setting the LogLevel attribute in the config/plugin-cfg.xml file to Trace, you can follow the request processing to see what is going wrong. At a high level:

  1. The plug-in gets a request.

  2. The plug-in checks the routes defined in the plugin-cfg.xml file.

  3. It finds the server group.

  4. It finds the server.

  5. It picks the transport protocol, HTTP or HTTPS.

  6. It sends the request.

  7. It reads the response.

  8. It writes it back to the client.
You can see this very clearly by reading through the trace for a single request:

If none of these steps solves the problem:

For current information available from IBM Support on known problems and their resolution, see the following topics on the IBM support page:

For current information available from IBM Support on known problems and their resolution, see the IBM Support page. You should also refer to this page before opening a PMR because it contains documents that can save you time gathering information needed to resolve a problem. You might find the following topics on the IBM support page helpful:




Related reference

Troubleshoot the installation

Searchable topic ID: rtrb_plugincomp