USDK> disables CXF logging by default because it can affect performance on a production environment. If your environment requires logging for debugging purposes, the administrator can modify the beans.xml file to enable CXF logging.
Follow these steps:
NX_ROOT\bopcfg\www\CATALINA_BASE_REST\webapps\caisd-rest\WEB-INF
<cxf:bus> <cxf:features> </cxf:features> </cxf:bus>
<cxf:bus> <cxf:features> <cxf:logging/> </cxf:features> </cxf:bus>
Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |