Hi all,
I am a newbie to AXIS so please bear with me. I am deploying a simple web service by using the AdminClient utility on the server. When I run the AdminClient with the following command
java -cp $AXISCLASSPATH org.apache.axis.client.AdminClient -l http://servername:port/axis/services/AdminService deploy.wsdd
I consistently get the following Warning message
log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle).
log4j:WARN Please initialize the log4j system properly.
Processing file deploy.wsdd
<Admin>Done processing</Admin>
The service deploys fine but I keep getting this warning message. Anyone know why?
Thanks
J. Mike Hammer
- AXIS log4j warning message when deploying Service through Ad... Mike Hammer
