Skip to content

Instantly share code, notes, and snippets.

@isidromerayo
Created December 7, 2016 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isidromerayo/b92e26107aa240b1f8df6916a73c7717 to your computer and use it in GitHub Desktop.
Save isidromerayo/b92e26107aa240b1f8df6916a73c7717 to your computer and use it in GitHub Desktop.
Weblogic 12.1.3 enable Jersey 2.5.1
<?xml version="1.0" encoding="UTF-8"?>
<wls:weblogic-web-app
xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.7/weblogic-web-app.xsd">
<wls:library-ref>
<wls:library-name>jax-rs</wls:library-name>
<wls:specification-version>2.0</wls:specification-version>
<wls:exact-match>false</wls:exact-match>
</wls:library-ref>
</wls:weblogic-web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment