+

Search Tips   |   Advanced Search

HTTP session manager troubleshooting tips


This article provides troubleshooting tips for problems creating or using HTTP sessions with the Web app hosted by WAS.

Here are some steps to take:

 

Error message SRVE0079E Servlet host not found after you define a port

Error message SRVE0079E can occur after you define the port in WebContainer > HTTP Transports for a server, indicating that you do not have the port defined in the virtual host definitions. To define the port,

  1. On the admin console, go to Environment > Virtual Hosts > default_host> Host Aliases> New

  2. Define the new port on host "*"

 

The appserver gets EC3 - 04130007 ABENDs

To prevent an EC3 - 04130007 abend from occuring on the appserver, change the HTTP Output timeout value. The custom property ConnectionResponseTimeout specifies the maximum number of seconds the HTTP port for an individual server can wait when trying to read or write data. For instructions on how to set ConnectionResponseTimeout, see HTTP transport custom properties.

If none of these steps fixes the problem, check to see if the problem has been identified and documented by looking at the available online support (hints and tips, technotes, and fixes). If we don't find the problem listed there contact IBM support.

For current information available from IBM Support on known problems and their resolution, see the IBM Support page.

IBM Support has documents that can save you time gathering information needed to resolve this problem. Before opening a PMR, see the IBM Support page.



 

Related concepts


Best practices for using HTTP sessions
Sessions

 

Related tasks


Task overview: Managing HTTP sessions

 

Related


HTTP session problems