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

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:

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

Trouble running axis2 examples

2006-04-18 Thread Matt L
Hello, I have installed tomcat 5.5.16 on Slackware Linux and installed axis2 0.95 within tomcat. I can view the axis2 page from a browser and have successfully validated the installation. The example services MyService and Version are available from the server. That is, I ran

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

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? You