WebSphere ClassNotFoundException with deployed dynamic web project

后端 未结 2 1373
栀梦
栀梦 2021-01-13 15:14

Problem

I am currently experiencing a ClassNotFoundException with a deployed EAR (with OpenFaces web project) on WebSphere 7.0 application server. The EAR deploys

2条回答
  •  春和景丽
    2021-01-13 16:16

    Found the source of the problem. The commons-digester.jar needed to be in WEB-INF/lib so that it was able to find the MenuItem class since the EAR classpath doesn't have visibility to the web classpath.

提交回复
热议问题