If it works like LogHandler, you'll find the log file in the bin directory of your server.
If you're using Tomcat, check in $TOMCAT_HOME/bin.
It took me a while to figure that out too!
----- Original Message -----
From: Li Bing
Sent: Saturday, March 30, 2002 4:51 PM
Subject: Where the Hell is the greetingService.log?

Dear all,
 
After solving the previous problem, I keep on learning the Axis. This time I try to add handlers to the GreetingService.
 
A handler program is designed. It is EventRecorder.java which record the number of times that the greeting service has been called. A log file, greetingService.log, is generated. The new deploy.wsdd is registered successfully and I copy it GreetingService.class and EventRecorder.class to $TOMCAT_HOME/webapps/axis/WEB-INF/classes. Then, I run a client that invoke the GreetingService.class several times. Unfortunately, I can't find where the greetingService.log is! By the way, the $TOMCAT_HOME/webapps/axis/WEB-INF/server-config.wsdd is modified, i.e., the tag, <parameter name="enableRemoteAdmin" value="true"/>.
 
Anyone could give me some help? Thanks so much in advance!
Li Bing

Reply via email to