Web container troubleshooting tips
If you are having problems starting a Web module, or accessing resources
within a particular Web module:
If application server related calls fail during Servlet.init method, you
can either:
- Start the server manually when the server is ready for e-business instead
of starting the servlet upon startup or
- You can choose not to make application server related calls in the servlet's
init method.
If the property to start servlets during application server 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, application server
related calls may not work since all of the application server components
may not be ready yet. Once the application server is 'ready for e-business',
it is completely ready.
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.

Troubleshooting by task: What are you trying to do?
Troubleshooting by component: What is not working?
Searchable topic ID:
rtrb_webcntrcomp
Last updated: Jun 21, 2007 9:56:50 PM CDT
WebSphere Application Server for z/OS, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.zseries.doc/info/zseries/ae/rtrb_webcntrcomp.html