RE: Debugging Service

2006-01-19 Thread Jarmo Doc
@ws.apache.org Subject: RE: Debugging Service Date: Wed, 18 Jan 2006 22:36:34 -0500 Both run, but they do not produce any log output. It seems like there's a problem with my service, but it's not logging anything. I copied log4j.properties from axis.jar to WEB-INF/classes and modified the first line

RE: Debugging Service

2006-01-19 Thread Sarel Botha
: Thursday, January 19, 2006 7:31 AM To: axis-user@ws.apache.org Subject: RE: Debugging Service Ouch. If you haven't akready, then I'd read the FAQ about log4j at http://wiki.apache.org/ws/FrontPage/Axis/ViewSOAPMessages. And I'd probably go back to basics, build the simplest possible

RE: Debugging Service

2006-01-18 Thread Jarmo Doc
Here are a few very basic things that I do upfront to diagnose whether or not an Axis service is correctly deployed: 1. Is Apache alive? http://hostname 2. Is Tomcat alive? http://hostname:8080 3. Is Axis alive? http://hostname:8080/axis 4. Is Axis happy? http://hostname:8080/axis/happyaxis.jsp

RE: Debugging Service

2006-01-18 Thread Sarel Botha
no idea where to go from here. Thanks again, Sarel -Original Message- From: Jarmo Doc [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 9:32 AM To: axis-user@ws.apache.org Subject: RE: Debugging Service Here are a few very basic things that I do upfront to diagnose whether

RE: Debugging Service

2006-01-18 Thread Jarmo Doc
Do the samples such as the echo or stock quote services run? And do they generate server-side log4j output? From: Sarel Botha [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: Debugging Service Date: Wed, 18 Jan 2006 10:02:33 -0500 Thank you very

RE: Debugging Service

2006-01-18 Thread Sarel Botha
response, Sarel -Original Message- From: Jarmo Doc [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 8:38 PM To: axis-user@ws.apache.org Subject: RE: Debugging Service Do the samples such as the echo or stock quote services run? And do they generate server-side log4j