Hi!

I need to make an application that provides some web services. For
this purpose I created a new application named "MyTest" and I copied
the content of the axis-bin-1_2_1.tar.gz/axis-1_2_1/webapps/axis/ in
that folder. After I get all the required libraries (such as
activation.jar) so the validation test is satisfied. At this time, I
put in WEB-INF/classes all the compiled classes of my application (in
their folder) and I deployed the services using the administration
service.
In my classes I need to log something, so I wrote instructions like these:
  Log log = LogFactory.getLog("MyTest");
  log.debug("Test started");

once I deploy the application to tomcat, on the console I see the following rows

log4j:WARN No appenders could be found for logger
(org.apache.catalina.session.ManagerBase).
log4j:WARN Please initialize the log4j system properly.

and I can't see the log generated by my classes (I checked that they
work correctly)

somebody can help me?

Thanks, Matteo

Reply via email to