RE: Debugging Service

2006-01-19 Thread Sarel Botha
gt; } > } > > and build, deploy, and test it. If you can't get this to output (to > Tomcat's catalina.out?) then something's seriously wrong. > > > >From: "Sarel Botha" <[EMAIL PROTECTED]> > >Reply-To: axis-user@ws.apache.org > >

RE: Debugging Service

2006-01-18 Thread Sarel Botha
do they > generate server-side log4j output? > > > >From: "Sarel Botha" <[EMAIL PROTECTED]> > >Reply-To: axis-user@ws.apache.org > >To: > >Subject: RE: Debugging Service > >Date: Wed, 18 Jan 2006 10:02:33 -0500 > > > > > >T

RE: Debugging Service

2006-01-18 Thread Sarel Botha
ypically grep for my service name in server-config.wsdd and if not there > then I assume that AdminClient failed and I check the Tomcat logs which > usually contain an exception telling me what went wrong. > > > >From: "Sarel Botha" <[EMAIL PROTECTED]> >

Debugging Service

2006-01-18 Thread Sarel Botha
"dvstore"); I've tried to get axis to log some debug info, but have been unsuccessful. I took the axis.jar and changed the first line to the following and then placed the file in the WEB-INF/classes dir. It created an axis.log file but it remains empty. log4j.rootCategory=DEBUG, CONSOLE, LOGFILE Any other ideas? Thanks, Sarel Botha