Hi,Lamer.
I am not clear about your question.If you mean
that you want to overried the log4j.properties/log4j.xml file in the webwork.jar,you can use jar
to repack the webwork.,just like this:
unzip:
jar xvf webwork.jar
add your file to the
directory.
zip:
jar cvf webwork.jar webwork\*.*
|