WebSphere 5.0(WSAD 5.1)
Brought to you by:
letiemble
When I try to run this in WebSphere, it crashes the
server. The only error message tha shows up is a log4J
error.
[3/9/04 14:34:11:062 CST] 63a3c5f2 SystemErr R
log4j:WARN No appenders could be found for logger
(org.ejtools.jndi.browser.web.action.RefreshAction).
[3/9/04 14:34:11:062 CST] 63a3c5f2 SystemErr R
log4j:WARN Please initialize the log4j system properly.
I do not think this is the problem. Not sure what is the
issue. It appears to crash when the index.jsp page
compiles.
Thanks
Kyle
Logged In: YES
user_id=984215
I know what the problem is. The way WebSphere does
WorkLoad Managment is via JNDI links. Every server in the
cell is link to one another. Via the base contect cells and
thisnode. They would have links to server A. And since
server A has the contect cells, it becomes a infinate loop of
links. What I did was limit the view only to local buy not
going into the contect cells or thisnode.
Kyle