Which jar on weblogic server/ other resources could possibly have class: oracle.security.jps.ee.http.JpsFilter?

匆匆过客 提交于 2019-12-12 01:57:02

问题


I wanted to know which jar do have this class file :

oracle.security.jps.ee.http.JpsFilter

Our deployment is working fine on test system, but failed on production saying class not found : oracle.security.jps.ee.http.JpsFilter

We have made this entry in our web.xml, but we are not able to find the jar which is present in our test system , but not present in our production system.

Please let me know possibles jar/s which might have this class :

oracle.security.jps.ee.http.JpsFilter


回答1:


Hi Found out this Jar file it is : jps-ee.jar and in my system its on location here :

C:\Oracle_11g\Middleware\oracle_common\modules\oracle.jps_11.1.1




回答2:


Available in Oracle's Maven repo: <groupId>com.oracle.em</groupId> <artifactId>jps-ee</artifactId>

You will also need: <groupId>com.oracle.em</groupId> <artifactId>jps-api</artifactId>



来源:https://stackoverflow.com/questions/40933709/which-jar-on-weblogic-server-other-resources-could-possibly-have-class-oracle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!