Tony,To configure common-logging to use JDK logger. Create a file named "commons-loggin.properties" with the following:
org.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger In a webapp this would go into WEB-INF/classes directory. I'm not sure where to put it for the routing engine. Richard