In File P3PLogger the following statements:
final private static String sep =
File.separator;
final private static String LOG4J_CONFIG_FILE
= "org" + sep + "p4pp" + sep + "log4j.properties";
lead to a situation where (under Windows)
the Resource org\p4pp\log4j.properties could not be
found within p4pp.jar.
In p4pp.jar only org/p4pp/log4j.properties could be found.
Please replace the + sep + statement with normal
slashes.
Submitted by: tk4(at)inf.tu-dresden.de