On Monday, March 17, 2003, at 07:33 AM, Carsten Ziegeler wrote:
Hi Jeremy,
can you please turn on debug logging and post what the new resolver logs on startup?
Hi Carsten,
I made this change in web.xml :
<init-param> <param-name>log-level</param-name> <param-value>WARN</param-value> </init-param> to: <init-param> <param-name>log-level</param-name> <param-value>DEBUG</param-value> </init-param>
then restarted Jetty.
Then found that there was no mention of 'catalog' or 'entities' in the (very long) log, so did not want to post it as I suspected I had done the wrong thing ....
Suggestions?
regards Jeremy