jaxws

JAXWS DISABLING EXCEPTION STACK TRACE

This post is just a tip on how to stop displaying those ugly stack trace errors in productions when working with JAXWS implementations. This would help your end point's exception messages look much more cleaner. All you need to do is to add this VM argument to your start up script. The way you start your server might be different depending on what type of servlet container you are using. We embed tomcat in our child care attendance tracking application and we use our own start up script.
Tags
Subscribe to jaxws