How do I get spring-ws + tomcat to log errors
- by Dave
I'm creating a Spring-WS based webservice and running it in tomcat. I made some change and now get a fault with OperationUnsupportedException.
I'd like to see the entire stack trace that Spring-WS is getting, but cannot figure out how to have it logged.
Does anybody know how to have this stack trace logged somewhere?