Skip to content

Instantly share code, notes, and snippets.

@rei999
Created November 18, 2013 19:10
Show Gist options
  • Save rei999/7533501 to your computer and use it in GitHub Desktop.
Save rei999/7533501 to your computer and use it in GitHub Desktop.
cxfservlet_jaxrs_upload.xml
<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