Created
November 18, 2013 19:10
-
-
Save rei999/7533501 to your computer and use it in GitHub Desktop.
cxfservlet_jaxrs_upload.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<jaxrs:server address="/api"> | |
<jaxrs:properties> | |
<entry key="org.apache.cxf.propogate.exception" value="false"/> | |
<entry key="attachment-directory" value="/mnt/wundr_temp"/> | |
<entry key="attachment-memory-threshold" value="404800"/> | |
<entry key="attachment-max-size" value="1073741824"/> | |
</jaxrs:properties> | |
</jaxrs:server> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment