+

Search Tips   |   Advanced Search

 

Web container troubleshooting tips

 

If you are having problems starting a Web module, or accessing resources within a particular Web module:

If appserver related calls fail during Servlet.init method, you can either:

If the property to start servlets during appserver startup is enabled, part of its startup process calls the Servlet.init method on its servlets when you start the Web container. Therefore, when the Web container is starts and calls the init method, other components such as Naming and Work Load Management may not be fully started yet. As a result, appserver related calls may not work since all of the appserver components may not be ready yet. Once the appserver is 'ready for e-business', it is completely ready.

If none of these steps fixes your problem, check to see if the problem has been identified and documented by looking at the available online support (hints and tips, tech notes, and fixes). If you don't find your 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 tasks


Modifying the default Web container configuration

 

Related Reference


Web module or appserver stops processing requests

 

Reference topic