| Author |
error in porlet context web context not found....when deploying
|
|
|
| i get the following error
although after running the script i am able to place the portlet in page.
howevere i get portlet unavailable and the following error
by: org.apache.pluto.PortletContainerException: EJPPG0017E: Web application for context root MemberSnapShot is unavailable.
at com.ibm.wps.pe.om.definition.impl.WebApplicationDefinitionImpl. getWebAppContext(WebApplicationDefinitio
nImpl.java:352)
... 144 more
its a jsr 168 portlet.
any help will be highly appreciated
| |
|
| resolved.
need to add "/" to context of portlet.
Even after that if u have issues try out the following.
Get the jsf-impl.jar and jsf-api.jar from RAD6.0 .
Replace these in your web-inf/lib over the existing jars.
Set your server classpath policy to make classloader load Parent_last to make it prevent loading the one from server.
Let me know how it goes.
It worked for me.
|
|
|
|