Made some progress on this. I pulled the logging.properties file out of my .jar and placed it in the same folder as the jar. To run the client from command line, from within the folder I ran:
java -Djava.util.logging.config.file=logging.properties -jar /NameOfJar.jar/ -- Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html
