> It would be helpful if you described what you are trying to do. I am studying web services. I am working on a tutorial that will produce a sample web service. What I am trying to do is ascertain that Axis is indeed functioning beforehand so that when I try to use what I fully expect to be a faulty first try, I won't have to be wondering if the problem is my code, or the fact that Axis isn't there.
I have installed the Geronimo 2.1.4 with Tomcat bundle. -- Charles Knell [email protected] - email -----Original Message----- From: David Jencks <[email protected]> Sent: Thu, 2 Apr 2009 09:31:21 -0700 To: [email protected] Subject: Re: Is Axis running? On Apr 2, 2009, at 9:14 AM, [email protected] wrote: > I have the latest version of Geronimo installed. According to > answers to a previous question, I have determined that Axis is > supplied as part of the standard installation. How can I tell if > Axis is actually running, and if it is not, what steps must I take > to cause it to start? It would be helpful if you described what you are trying to do. If you deploy a jax-rpc pojo or ejb web service then axis1 will be started up to help. If you deploy a jax-ws pojo or ejb web service and have axis2 enabled rather than cxf (such as if you are using the tomcat server) then axis2 will be started up to help. If you want to use a proprietary non-javaee axis2 web service described by (IIUC) an .aar file then you may have to do something else, I don't know what. thanks david jencks > > > Thanks for your consideration. > > -- > Charles Knell > [email protected] - email
