Hi all,
I've been struggling with getting my Slide project to run on WebSphere.
It worked fine in development, but failed miserably on the real server.
For all of you that encounter the same problem here is what I had to do
to get it to work:
- set classloader policy to PARENT_LAST
- set war classloader policy to APPLICATION
- (this is the tricky one) change the following attribute value
<Config ... AcceptAllContent ="false" ....
to "true" in <WAS> /config/cells/plugin-cfg.xml
Groeten,
Friso
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]