Re: Trouble running axis2 examples

2006-04-25 Thread Matt L
I've not yet resolved this problem. However, I looked through the catalina.out logfile. When I restart tomcat, the logfile says this: Apr 25, 2006 6:45:21 AM org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Apr 25, 2006 6:45:22 AM org.apache.catalina.cor

RE: Trouble running axis2 examples

2006-04-24 Thread Larry Cable
Did you resolve this problem Matt? -Original Message- From: Matt L [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 8:27 AM To: axis-user@ws.apache.org Subject: Re: Trouble running axis2 examples Ali, Thank you for your tip to install ant on the machine and to run the example

Re: Trouble running axis2 examples

2006-04-24 Thread Matt L
Ali, Thank you for your tip to install ant on the machine and to run the example client through ant. I have done this, but it still doesn't work. Please see below. As before, I have MyService.aar installed and appearing under the ListServices page of Tomcat: /usr/local/webservices/apache-tomcat

Re: Trouble running axis2 examples

2006-04-18 Thread Ali Sadik Kumlali
Sorry, I forgot to add ant target. It must have been as ~/webservices/axis095/dist/samples/userguide$ ant testEchoBlockingClient Regards, Ali Sadik Kumlali --- Ali Sadik Kumlali <[EMAIL PROTECTED]> wrote: > Hi Matt, > > Did you try running Ant script, instead of running it by yourself? > > Y

Re: Trouble running axis2 examples

2006-04-18 Thread Ali Sadik Kumlali
Hi Matt, Did you try running Ant script, instead of running it by yourself? You should have build.xml under ~/webservices/axis095/dist/samples/userguide$. Just try following command: ~/webservices/axis095/dist/samples/userguide$ ant If it works, you can find your missing point by following defi