Hi Folks,

I am deploying my code to weblogic 12c and getting the below jersey error:
because of this I am not getting UI properly, no css, no js nothing getting
loaded and getting 500 Internal server error

weblogic.jaxrs.server.portable.servlet.JerseyServletContainerInitializer
onStartup
INFO: The list of resource packages:org.apache.cxf.jaxrs.servlet
org.apache.cxf.jaxrs.validation org.apache.cxf.jaxrs.provider

but I dont have jersey in my project. 

I added below config in my weblogic.xml and deployed and tested but still
the problem is there.

<wls:prefer-application-resources>
        <wls:resource-name>META-INF/services/*</wls:resource-name>
        </wls:prefer-application-resources>

Please suggest me how to resolve  this.

Thanks,
Vikram



--
View this message in context: 
http://cxf.547215.n5.nabble.com/jaxrs-cxf-deployment-issues-on-weblogic-12c-tp5742398p5763737.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to