问题
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