Wayne Lee

Greenhorn
+ Follow
since May 31, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Wayne Lee

Hello,

I added log4j.properties file to the CLASSPATH.
Still getting the same warning message.
Any other suggestions??

Thanks.

WL
18 years ago
Hello I am new to Web Services and using AXIS.
Just finished installing AXIS on tomcat app server. happyaxis.jsp is working fine including optional .jar files.
Tested SOAP Endpoint good as well as JWS Endpoint.

However, I was running the first deployment of the web services from examples using the following command after setting up the %AXISCLASSPATH%

java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient
-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd

Following warning messages were exhibited.

log4j:WARN No appenders could be found for logger <org.apache.axis.i18n.ProjectResourceBundle>
log4j:WARN Please initialize the log4j system properly

I am not sure where I need to go from here with the messages. Any feedback will be greatly appreciated. Thanks for your time in advance.
18 years ago