Skip to content

Instantly share code, notes, and snippets.

@jarrodhroberson
Created July 22, 2013 16:55
Show Gist options
  • Save jarrodhroberson/6055530 to your computer and use it in GitHub Desktop.
Save jarrodhroberson/6055530 to your computer and use it in GitHub Desktop.
weblogic-application.xml example
<?xml version="1.0" encoding="UTF-8"?>
<weblogic-application xmlns="http://xmlns.oracle.com/weblogic/weblogic-application"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-application http://xmlns.oracle.com/weblogic/weblogic-application/1.3/weblogic-application.xsd">
<application-param>
<param-name>webapp.encoding.default</param-name>
<param-value>UTF-8</param-value>
</application-param>
</weblogic-application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment