From: javabean <java.development_at_gmail.com>
Date: Sun, 26 Oct 2008 13:48:14 -0700 (PDT)
subh wrote:
>
> I need to disable the stacktrace for the fault messages, but I am not sure
> where do I set it to false. is it in sun-jaxws.xml?
>
> Can anyone tell me the exact syntax? I am using version 2.1.
>
> thanks in advance..
>
>
You have to set the property on the server side; if the server runs in the
Glassfish container, there is an example
http://forums.sun.com/thread.jspa?threadID=5192250 here . Because its a
vm-wide setting, the best way to set it is during startup of the container.