Sorry!
2004 08:49
An: [EMAIL PROTECTED]
Betreff: Re: AXIS log4j
This is not actually an error, it just means that the logging system cannot
be
initiated because it has not been told what to do.
Add a log4j.properties file directly to your classes directory or anywhere
on
your classpath.
Use the
This is not actually an error, it just means that the logging system cannot be
initiated because it has not been told what to do.
Add a log4j.properties file directly to your classes directory or anywhere on
your classpath.
Use the following as a starting point.
# Set root category priority to
i am using axis on tomcat
i simply copied the axis directory of
axis1xxx/.../webaps to tomcat/.../webapps
but can i do to remove the following error
--- [EMAIL PROTECTED] wrote:
> You do not have a log4j properties file in your
> class path.
>
> Regards
>
>
> Quoting yssr <[EMAIL PROTECTED
You do not have a log4j properties file in your class path.
Regards
Quoting yssr <[EMAIL PROTECTED]>:
> Hi
>
>java samples.userguide.example3.Client
> -lhttp://localhost:8080/axiso/services/MyService "test
> me ok"
> log4j:WARN No appenders could be found for logger
> (org.apache.axis.i
Hi
java samples.userguide.example3.Client
-lhttp://localhost:8080/axiso/services/MyService "test
me ok"
log4j:WARN No appenders could be found for logger
(org.apache.axis.i18n.ProjectResourceBundle).
log4j:WARN Please initialize the log4j system
properly.
You typed : test me ok
Ignatia sent me a question about classloaders (at the end of this), but
after writing a long response I thought it was worth mailing to the list
too so folk can comment/critique. The issue is the common one of not
getting log4j to initialise properly after creating your own
log4j.properties an