I've got a simple
Axis client running on Windows XP, but every time I start it the messages
"log4j:WARN No appenders could be found for
logger (org.apache.axis.i18n.ProjectResourceBundle).""log4j:WARN
Please initialize the log4j system properly."
appear on the
console. I've copied the l
Hi!
For my purposes I need to somewhat understand how the AxisServlet works (it is
the main servlet in axis that dispatches all requests to the actual services:
org.apache.axis.transport.http.AxisServlet).
That servlet uses a logger(log4j I think). In the code you then have a few
if(log.isDebu
I apologize to the list as this was an RTFM issue. My predecessors had
instituted an incorrect procedure for installing our Web Services which
produced this problem. As I thought the procedure was correct, I was at
a loss as to what was going wrong when I tried to add logging.
Again, my
Do you have commons-logging.jar AND commons-discovery.jar in your
webapps/axis/WEB-INF/lib. Having them in Tomcat/common/lib also should
be fine.
Jayachandra
On Mon, 17 Jan 2005 09:19:08 -0800, Brian Gladish
<[EMAIL PROTECTED]> wrote:
>
>
> When I try to retrieve a logger from
> org.apache.axis
-Original Message-
From: Brian Gladish
[mailto:[EMAIL PROTECTED]
Sent: 18
January 2005 17:04
To: [EMAIL PROTECTED]
Subject: Problems with logging
Some of the other posts about classpath have been of
interest in the problem I posted earlier (NoClassDefFoundError). Prompted
by those
(LogFactoryImpl.java:532)
at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
I am using Axis 1.1 and Tomcat 4.1. Is there something about this logging
thing that I am completely missing?
I followed the instructions on pages 2 & 3 of the Axis Developer’s
g
When I try to retrieve a logger from org.apache.axis.components.logger.LogFactory
in a static initializer I get the following exception:
java.lang.NoClassDefFoundError:
org/apache/axis/components/logger/LogFactory
at
com.rdta.tlapi.webservice.TigerLogic.(TigerLogic.java:297)
You can also use Tomcat's RequestDumperValve or AccessLogValve to log
request before they even reach Axis. The request dumper produces quite a
bit of logging info, though - headers, cookies etc.
In server.xml uncomment this:
for the request dumper,
or uncomment and tweak this:
directory=
e any ideas how to do this (where should I write my logging
> sentence)?
>
>
>
> Marko
>
>
Hi,
I’m using WSDL2Java generated code for my services. Every once in
a while tomcat crashes and needs restarting.
I would like to log all incoming requests before axis begins to parse
them. Is there any ideas how to do this (where should I write my logging
sentence)?
Marko
Hello,
I do NOT have log4j in the CLASSPATH because of some conflicts and I do
not want to use log4j or any other logging frameworks.
I just want to:
1) Make Axis write to the servlet engine's log file which gets rotated
and it also captures the messages from my web service server
Teknoloji
0 543 502 03 63
[EMAIL PROTECTED]
==
Verba volent, scripta manent.
(Söz uçar, yazı kalır).
Wessel Alexander <[EMAIL PROTECTED]>
11/23/2004 07:03 PM
Please respond to
[EMAIL PROTECTED]
To
[EMAIL PROTECTED]
cc
Subject
RE: Axis is logging everything...
Hmmm...
Hmmm... Just guessing: Do you have a log4j.properties file somewhere in
your $CLASSPATH, before the one you are trying to
set/change?
From: METIN ZAVRAK *EXTERN*
[mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004
1:06 PMTo: [EMAIL PROTECTED]Subject: Axis is logging
everything
Hi, I have a GUI calling some web services.
I want both GUI and web services log
their own exceptions.
For example, if the GUI cannot call
the web service, GUI should log it.
But if the web service cannot accomplish
its operation, web service should log it.
Here comes the problem.
Even I hav
Title: Message
Hi,
Is-it possible to
log exceptions that appear on the server side.
I'm writting à
Web-service with axis and I want to know when an error occur during the
excecution of my Web-services. For the moment, the exception is return to the
client within an axis fault but I don't
Matthias Wessendorf wrote:
hi,
i have a class, using Axis' LogFactory.getLog():
Logger log = LogFactory.getLog(Foo.clazz.getName());
If I log via log.info("bar");
the output comes to console of my tomcat.
now my quesion, can I config the logging of Axis?
is axis using the logg
hi,
i have a class, using Axis' LogFactory.getLog():
Logger log = LogFactory.getLog(Foo.clazz.getName());
If I log via log.info("bar");
the output comes to console of my tomcat.
now my quesion, can I config the logging of Axis?
is axis using the logging of the used Servle
e.org/axis/wsdd/providers/java";>
Regds
Krish
-Original Message-
From: Herman Gábor [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 07, 2004 1:45 AM
To: [EMAIL PROTECTED]
Subject: Logging soap messages on the client side
Hi all,
My app
documentation says that it is unimplemented and throws an
UnsupportedOperationException. Are there other ways to implement client
side logging?
Regards,
Gábor Herman
Software Developer
FlexiTon Kft.
.
Is there any other ways of logging SOAP request / response
Thanks for your help
Ujwal
-Original Message-
From: Hubble, Christopher [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 06, 2004 10:14 AM
To: '[EMAIL PROTECTED]'
Subject: RE: SAXException and Request Logging
7;
Subject: SAXException and Request Logging
All,
We have a production application running in JAVA which talks to an external
.NET based WebService. We have this application running for almost 5 months
under WebSphere.
For some reason, we started receiving this exception on one of our
product
All,
We have a production application running in JAVA which talks to an external
.NET based WebService. We have this application running for almost 5 months
under WebSphere.
For some reason, we started receiving this exception on one of our
productionservers.
org.xml.sax.SAXException: Invalid e
]
08/17/2004 08:03 cc:
AM Subject: Logging/debugging axis client
traffic going over SSL
Hi,
I have an Axis web service client, using bindings generated by the wsdl2java
Ant task.
The traffic is sent over SSL, using HTTPS client certificates for
authentication.
Is there an easy way to diagnose the messages going over the wire? Since the
traffic is encrypted, tools like the axis monit
Hi Everybody,
I'm having some serious problems with logging. I have a web service in which
I have a servlet that loads up with the axis servlets, that servlet
initializes the commons logging and sets a log factory. When I start the
application up I get an exception which
]
cc:
07/23/2004 04:21 Subject: PLEASE HELP me -Unwnated
Logging in Consoleappender
Hello,
sorry for bothering you again but -
I still have the Problem. no one answered for this, but I can`t believe that I`m the
only one with this Problem:
I have a problem with the logging in our application.
As soon as the first Axisrequest is happend, the logger logs everything in stoud
Hello.
I have a problem with the logging in our application.
As soon as the first Axisrequest is happend, the logger logs everything in stoud
although this is not configured in our log4j.properties.
What can be the problem for this. Also, I dont find a way to configure the
log4j.properties for
entire Axis install at ,
> probably left over ( from I don't know who ).
> I removed it, didn't get much success, did a reboot, and things changed.
> I am now reading my successfully, as I had set
> logging to DEBUG and sure enough...
>
> I got the following log
Hello Davanum ,
Curiously there was an entire Axis install at ,
probably left over ( from I don't know who ).
I removed it, didn't get much success, did a reboot, and things changed.
I am now reading my successfully, as I had set
logging to DEBUG and sure enough...
I got the follow
one more thing to check, make sure you don't have multiple versions of
commons-logging and/or log4j in your environment. Note that axis will
work even if log4j is absent.
-- dims
On Mon, 12 Jul 2004 23:53:18 -0500, Joe Nall <[EMAIL PROTECTED]> wrote:
>
> On Jul 12, 2004, at 10:
On Jul 12, 2004, at 10:12 PM, Baiss Eric Magnusson wrote:
Are you sure you don't have a permission problem on log4j-1.2.8.jar?
commons-logging.jar?
The directory it is in?
Where did you put the jar files?
What user is axis running under?
What container are you running in (Tomcat/JBoss/...)? Where
't think your error has anything to do with log4j.properties, Java
version or operating sytem - it looks like you are missing some runtime
piece of commons logging or log4j.
joe
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
ch for LogFactory in
your runtime class path
I don't think your error has anything to do with log4j.properties, Java
version or operating sytem - it looks like you are missing some runtime
piece of commons logging or log4j.
joe
it.
On Jul 11, 2004, at 2:20 PM, David Teran wrote:
Hi,
Am 11.07.2004 um 03:03 schrieb Baiss Eric Magnusson:
Can anyone think of a way to get past the logging problems I am
having with Axis?
I get a NoClassDefError on the following line
private static Log log = LogFactory.getLog
a way to get past the logging problems I am
having
with Axis?
I get a NoClassDefError on the following line
private static Log log = LogFactory.getLog(
BasicHandler.class.getName() );
of BasicHandler.java
I have determined that Axis will not read on my
server no matter where I put the fi
ul 11, 2004, at 8:03 AM, Davanum Srinivas wrote:
>
> > can you try adding log4j.properties into axis.jar itself?
> >
> > -- dims
> >
> > On Sat, 10 Jul 2004 18:03:53 -0700, Baiss Eric Magnusson
> > <[EMAIL PROTECTED]> wrote:
> >> Can anyo
]> wrote:
Can anyone think of a way to get past the logging problems I am having
with Axis?
I get a NoClassDefError on the following line
private static Log log = LogFactory.getLog(
BasicHandler.class.getName() );
of BasicHandler.java
I have determined that Axis will not read on my
serve
can you try adding log4j.properties into axis.jar itself?
-- dims
On Sat, 10 Jul 2004 18:03:53 -0700, Baiss Eric Magnusson <[EMAIL PROTECTED]> wrote:
> Can anyone think of a way to get past the logging problems I am having
> with Axis?
>
> I get a NoClassDefError on
Can anyone think of a way to get past the logging problems I am having
with Axis?
I get a NoClassDefError on the following line
private static Log log = LogFactory.getLog(
BasicHandler.class.getName() );
of BasicHandler.java
I have determined that Axis will not read on my
server no matter
Hello,
I'm trying to bring up a simple axis service
prototype.
I have axis 1.1 installed and the samples run Ok,
When I try to run a test client though (for my
prototype) I have what I think is a commons-logging
configuration problem.
Does someone recognize this and or know what
propert
Benson Margulies wrote:
Not in 'lib', in 'classes'. lib contains jars, and singleton property
files are igored.
-Original Message-
From: Lars Engel [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 29, 2004 3:20 PM
To: [EMAIL PROTECTED]
Subject: Axi
Not in 'lib', in 'classes'. lib contains jars, and singleton property
files are igored.
> -Original Message-
> From: Lars Engel [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 29, 2004 3:20 PM
> To: [EMAIL PROTECTED]
> Subject: Axis logging
>
&g
Hi,
I am deploying axis in Tomcat. How can I set log properties for
org.apache.axis.transport.http.AxisServlet ? Isn't it 'log4j.properties'
in $TOMCAT_HOME/webapps/axis/WEB-INF/lib ?
Best regards,
Lars.
Hi everybody,
I am developping an Axis 1.1 client based on the Axis WSDL2JAVA tool/framework.
This seems to work fine for one of the servers I am sending requests to.
But, some other servers have problems handling my requests.
So, my question is: how can I log request (what I am sending) and res
How do I get the axis servlet to log
to the ServletContext provided by the servlet container? I want the axis
logging to (and the webservices below it) to be redirected so they neatly
appear in the same log and intersect with other events going on in the
web container.
1) Should I inherit from
Thanks for the quick response.
Unfortunately, setting the "org.apache.commons.logging.Log" property
will affect all classes trying to use the logging stuff. I can't force
users of our code to use the log impl we have selected, and in fact,
since our code is obfuscated, it wouldn&
>What I want to do is have Axis not use discovery, but just use a
>default implementation that is hardcoded, and cannot be modified by
>user's own classpath's.
Try this:
java -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger
This is documented here:
http://ws.apache.o
Title: Turning off Discovery of Logging
Hi everyone-
Our application has Axis, as well as the other necessary Apache jar files obfuscated inside our own jar file, to avoid classpath problems with customer's applications. This works great until someone puts one of these jars on
Title: RE: Logging incoming and outgoing messages ?
Hi
all.
thanx
for your help-- it worked liked you described it
greets
from hamburg
benjamin
-Ursprüngliche Nachricht-Von: Wagh, Shrikant
[mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 5. Februar 2004
23:24An: [EMAIL
Title: RE: Logging incoming and outgoing messages ?
Hello Benjamin,
Of course you will have to your own interface and Impl classes together
with your handler classes also. Please make sure all these classes are in your classpath,
usually putting then in classes folder in ../webapps
Title: RE: Logging incoming and outgoing messages ?
Hi,
No just read up on handlers, you can have them
configured in the server wsdd file or
the client wsdd file. The loghandler examples in
the axis samples directory is a good
starting point as mentioned
earlier.
Greetz
Leo
Title: RE: Logging incoming and outgoing messages ?
Hi,
so for
my application I`m just implementing the SoapBindingImpl. Do I have to change
the axis.jar to create thes logs ?
Or is
there some other way ?
greets
benjamin
-Ursprüngliche Nachricht-Von: Leo de Blaauw
[mailto
ont know now if my last Mail comes to you, but I hope
> this one will and please dont worry if its already the second one ...
>
> So, I`m in the need for logging all outgoing and incoming SOAP-Messages from Axis
> into two different logs.
> for example outgoing.log, incoming.log
Title: RE: Logging incoming and outgoing messages ?
Hi,
Just log them in handlers on the incoming and outgoing requests.
Greetz
Leo
-Oorspronkelijk bericht-
Van: Benjamin Marcel Flohr [mailto:[EMAIL PROTECTED]]
Verzonden: donderdag, februari 2004 14:41
Aan: [EMAIL PROTECTED
Sorry, I`m a nwebie here. I dont know now if my last Mail comes to you, but I hope
this one will and please dont worry if its already the second one ...
So, I`m in the need for logging all outgoing and incoming SOAP-Messages from Axis into
two different logs.
for example outgoing.log
> Hello,
>
> could somebody explain me how I can manage that I can log all outgoing and incoming
> soaprequests will be logged in one or two seperate logfiles ?
>
> Thank you for your help
> Benjamin
>
Apache Axis uses the Apache Common logging API. This is pretty
thoroughly explained in the excellent Axis documentation,
http://ws.apache.org/axis/java/integration-guide.html
smime.p7m
Description: S/MIME encrypted message
1) How is the AXIS 1.1 and 1.2 logging service related to java.util.logging APIs
that are available in JDK 1.4?
2) How do we log inbound and outbound SOAP message instances in AXIS
client and AXIS server run-times?
3) What particular APIs does AXIS expose for logging and how are they
arma wrote:
Hi,
I am using Log4j apis for custom logging specific to my code but in the log
file, a lot of Axis logging is being appended, with loads of details of the
SOAP response that I do not want to see, as it is also eating on my space
each time thelog file is made.
How can I have only my lo
Hi,
I am using Log4j apis for custom logging specific to my code but in the log
file, a lot of Axis logging is being appended, with loads of details of the
SOAP response that I do not want to see, as it is also eating on my space
each time thelog file is made.
How can I have only my log comments
ce.NullAppender
Hope it helps
Patrice
Hi,
I want a special-logging mechanism in my webapp. I want to send own logmessages to an
file. I want to use log4j to do this. So i want a totally independent (from axis)
logging mechanism. Its only to watch my application.
how must i configure log4j???
Greeting,
Steffen
pache.axis.*
log4j.logger.my.funny.package=DEBUG, ROLLFILE
# Appender for Logging into a rolling file
log4j.appender.ROLLFILE.File=mylog.log
log4j.appender.ROLLFILE=org.apache.log4j.RollingFileAppender
#limit files to 10mb each
log4j.appender.ROLLFILE.MaxFileSize=1000KB
#max 20 files => 200 mb
log4j.appender.ROLLFILE.MaxB
Hi,
I want a special-logging mechanism in my webapp. I want to send own logmessages to an
file. I want to use log4j to do this. So i want a totally independent (from axis)
logging mechanism. Its only to watch my application.
how must i configure log4j???
Greeting,
Steffen
Problem is fixed in Tomcat 4.1.29.
Joern
> -Original Message-
> From: Jörn G. Eichler [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 27, 2003 11:23 PM
> To: '[EMAIL PROTECTED]'
> Subject: commons-logging/SSL-problem reproducible with Axis examples
>
3/axis/servlet/AxisServlet -uuser1 -wpass1 XXX
--> snap <--
In a fresh installation I get the LogConfigurationException on the tomcat
console after 2-4 executions.
Removing the commons-logging.jar from the WEB-INF/axis/lib directory removes
the occurrence of the exception - but also stops Axi
.). switching the
client back to http (without a tomcat or axis restart) works again without a
problem.
removing the commons-logging.jar from the axis/WEB-INF/lib removes the
problem but also the logging ...
all configs are out of the box.
any help welcome!
joern
How do I turn on client side logging for my WSDL2Java generated Java files?
Thanks
MIchael
Michael Schreiber
Cheap Tickets, Part of Trip Network
Cendant Travel Distribution Services
6560 Greenwood Plaza Blvd
Suite 400
Englewood, CO 80111
phone:(720)895-9353
[EMAIL PROTECTED
Found the problem. I had a duplicate log4j.jar. I had the same jar in
CATALINA_HOME/common/lib and WEB-INF/lib
- Original Message -
From: "Henrik Vendelbo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 28, 2003 6:52 PM
Subject: commons-loggi
Damn, I just read about this. I thought it was fixed.
What now ?
javax.servlet.ServletException: Error instantiating servlet class
net.dspc.server.AxisServletPlus
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:91
2)
at org.apache.catalina.core.StandardWrapper.load(
Hi,
I tried using an old version of Log4J (version 1.1.3) with Axis...
But Commons-logging throws up the following error
java.lang.ExceptionInInitializerError:
org.apache.commons.logging.LogConfigurati
onException: java.lang.reflect.InvocationTargetException
: another Axis logging question
I'm trying to create/use a custom log4j.xml (same as log4j.properties, but
XML format). As directed in the Axis documentation, I removed
log4j.properties from axis.jar and have placed my custom log4j.xml in the
classpath.
But, now when I run the axis-admin Ant
> I'm trying to create/use a custom log4j.xml (same as log4j.properties, but
XML format).
> As directed in the Axis documentation, I removed log4j.properties from
axis.jar and
> have placed my custom log4j.xml in the classpath.
> But, now when I run the axis-admin Ant tasks (e.g., to deploy or un
Methinks that the ZipException might be caused by something trying to
open a jar file - since a jar is just a renamed zip file IIRC.
stephen
Mark D. Hansen wrote:
I'm trying to create/use a custom log4j.xml (same as log4j.properties, but XML format). As directed in the Axis documentation, I re
I'm trying to create/use a custom log4j.xml (same as log4j.properties, but XML
format). As directed in the Axis documentation, I removed log4j.properties from
axis.jar and have placed my custom log4j.xml in the classpath.
But, now when I run the axis-admin Ant tasks (e.g., to deploy or undeploy
actually Axis 1.1 shipped with log4j 1.2.8 but you can replace it with a
different version.
how far back you can go i am not sure, probably as far as commons
logging support.
there is nowhere in the Axis code referenses to log4j it will not pass
unit testing,
i have tried it, see my previous
]
Sent: Mittwoch, 10. September 2003 17:12
To: [EMAIL PROTECTED]
Subject: Re: Logging in Axis
agree, it is better to specify org.apache.axis logger than rootLogger,
the question was how to disable only axis logger.
oleg
Fontanel, Laurent wrote:
>I use:
>
>log4j.logger.org.apache.axis=W
Message-
From: oleg shteynbuk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 10, 2003 10:25 AM
To: [EMAIL PROTECTED]
Subject: Re: Logging in Axis
[EMAIL PROTECTED] wrote:
you can set in log4j.properties smth. like this
log4j.rootLogger=OFF, A1
note that server logging and client logging use
I use:
log4j.logger.org.apache.axis=WARN
It only leaves severe error messages in the log.
Laurent Fontanel
Global Crossing
-Original Message-
From: oleg shteynbuk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 10, 2003 10:25 AM
To: [EMAIL PROTECTED]
Subject: Re: Logging in
[EMAIL PROTECTED] wrote:
you can set in log4j.properties smth. like this
log4j.rootLogger=OFF, A1
note that server logging and client logging use different
log4j.properties files.
actually Axis uses commons logging and log4j is the default logger for
commons logging. Recently I have tried to
Hi ,
Axis 1.1 Final uses log4j 1.2.8 . Is there any way in which to
disable axis to not do the logging..
Any help on this would be very useful..
Thanks in Advance
Sriram
nd could not be used recursively.
however when AxisFault is logged format method used recursively to trace
how logging is done. Commons Logging maps trace to log4j debug so
recursion happens with debug enabled.
it looks that recursion is only one level deep. and quick look at the
code of other layouts s
I suspect a prompt reply on this topic has not come because it's been
discussed so much in the past - a search should reveal lots of good posts on
it. But since I have gotten so much from this community and need to keep my
karma up, I'll summarize what I've collected:
Axis has b
How do you setup client side logging? I searched this mailing list and
saw: a message advising making changes to log4j.properties, and adding
it to the classpath ahead of axis.jar, but that didn't seem to help, is
there any other way I can turn on client side logging? Here's my
ap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1
Host: localhost:8090
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 608
null
Looks like the content has been lost when logging.
Is the log incorrect?
I am asking this because in my server I
]
07/22/2003 01:53 PM cc:
Subject: how do i diable default
logging mechanism in axis which is using tomcat
Please respond to
Hi,
We are using 'j2sdk1.4.1_01' ,'xml-axis-10' ,'Tomcat 4.1' and log4j as
logger.It seems by default axis is using log4j for logging purposes.Please let
me know how can i stop logging unwanted axis related messages.Do i need to
configure anything to diable axis related log.
regds
santosh
,
Christer
-Original Message-
From: TULK, Daniel, FM [mailto:[EMAIL PROTECTED]
Sent: den 2 juli 2003 17:43
To: [EMAIL PROTECTED]
Subject: RC2 - 1_1 Logging Config Problem
Hi,
I just upgraded from 1.1 RC2 to 1.1 release and now my client terminates
with the following exception. Does anyone
much
logging info on server side. Can I turn it off?
I just installed axis along with my application.
When I run the tests I see 1000s of lines that are related to axis code. I
looked at the source code and the code was turning on the logging based on
log4j properties. Unfortunately we
Hi,
I just upgraded from 1.1 RC2 to 1.1 release and now my client terminates
with the following exception. Does anyone know what I need to do to fix this
or where documentation is that will help me fix it?
Thanks
Dan
java.lang.ExceptionInInitializerError:
org.apache.commons.logging.LogConfigur
You can turn off logging for the org.apache.axis.* packages. For eg:
log4j.logger.org.apache.axis =OFF
- Junaid
"Praveen
. Why is the uploading so slow with axis. Is it due to the
logging or due to the apache soap and apache axis combination.
OR Am I doing something really wrong? I didn't
change my server and client side code at all. Thats why I doubt if its my
code.
11:00:02,406
PROTECTED]Subject: too much
logging info on server side. Can I turn it off?
I just installed axis along with my application.
When I run the tests I see 1000s of lines that are related to axis code. I
looked at the source code and the code was turning on the logging based on
log4j
I just installed axis along with my application.
When I run the tests I see 1000s of lines that are related to axis code. I
looked at the source code and the code was turning on the logging based on log4j
properties. Unfortunately we also use log4j. So if I turn off logging in
Title: RE: Urgent :Help needed for Logging by Log4J
Could you post your log4j.properties file.
Where is your log4j.properties file located and what kind
of environment is axis running in?
Without such information it will be difficult to help you.
Christof
-Original Message
Hi !!
I'm new to Axis and facing some Problem for logging with
log4J. Can you please send an example for doing so. I'm not using
The latest release1.1/version rather using the old version.
THANX IN ADVANCE.
Thanx and regards
Sidd
Hi,
I've developed an application with Axis and
Trying to log with inbuilt log4J. I've modified
The log4j.properties and also the deploy.wsdd file
For the handler.But I'm not getting anything in the
Logging-Target file. Can you please help me in sorting
This out.
If you please send
Tim T [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 10:57 AM
To: [EMAIL PROTECTED]
Subject: RE: problem with logging
I had the same problem using TomCat. You are right to remove it from the jar. To log
to a file you will need to modify the log4j.properties file as well (e.g. uncomment
1 - 100 of 150 matches
Mail list logo