I have been struggling to get debug information out the server. When
JSF is loading the config, for example, and it runs into an error, this
is what I see (and I ONLY see this much information if I start the
server via "asadmin start-domain -v"):
INFO: Initializing Mojarra (1.2_08-b06-FCS) for context '/admingui'
Mar 4, 2008 12:50:00 AM org.apache.catalina.core.StandardContext start
SEVERE: PWC1306: Startup of context /admingui failed due to previous errors
Mar 4, 2008 12:50:00 AM org.apache.catalina.core.StandardContext stop
INFO: PWC1240: Container WebModule[/admingui] has not been started
There is NO error information above this, and I'm 70% sure the "previous
errors" is a result of the JSF (Mojarra) initialization.
I've also had exceptions thrown when visiting web pages, these show
NOTHING about the exception in any log. The default error page shows
the root cause String, no stack trace.
How can I:
* Set log levels in v3
* See exceptions that used to show up in v2, in v3
Thanks!
Ken