Thanks to Nelson and Jake for their help. At the moment I am ignoring
the messages. Removing log4j.jar from the path stopped the warning, as
expected. When I have log4j.jar and log4j.properties in the path I still
get the warning message. I expect I'll sort it out when I get more
proficient in using log4j.
Thanks again for your advice.
John Langan
On Mon, 2004-04-12 at 02:55, Nelson Minar wrote:
> >log4j:WARN Please initialize the log4j system properly.
>
> You have many options:
> Ignore the warning
> Put the log4j.properties that comes with Axis in your CLASSPATH
> Write your own log4j.properties
> Tell Axis to use something other than log4j and configure that.
>
> I do the last one with the following overly verbose command line arguments:
> -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger
> -Djava.util.logging.config.file=/home/nelson/logging.properties
>
> This is pretty well documented here:
> http://ws.apache.org/axis/java/integration-guide.html