我想知道哪个jar有这个类文件:
oracle.security.jps.ee.http.JpsFilter
我们的部署在测试系统上运行良好,但在生产上失败,说找不到类:oracle.security.jps.ee.http.JpsFilter
我们在web.xml中创建了这个条目,但是我们无法找到我们的测试系统中存在的jar,但是我们的生产系统中没有这个jar。
请告诉我可能有这个类的jar / s:
oracle.security.jps.ee.http.JpsFilter
答案 0 :(得分:1)
您好发现这个Jar文件是:jps-ee.jar,在我的系统中它位于此处:
C:\ Oracle_11g \中间件\ oracle_common \模块\ oracle.jps_11.1.1
答案 1 :(得分:0)
在Oracle's Maven repo中可用:
<groupId>com.oracle.em</groupId>
<artifactId>jps-ee</artifactId>
您还需要:
<groupId>com.oracle.em</groupId>
<artifactId>jps-api</artifactId>