Thank you very much for the inputs. I am able see the list of deployed services from URL: <http://localhost/axis2/services> http://localhost/axis2/services on starting the httpd server.
Conclusion: Actually we are bridging the axis2c and apache http server. All the services need to be deployed in axis2c and at run time apache can access these services. Regards, Shobha _____ From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 1:48 PM To: Apache AXIS C User List Subject: Re: Deploy AXIS2C web service application in Apache HTTP server You can deploy the services in your Axis2/C repo folder. Usually when you build the Axis2/C from the source the repo folder is "you axis2c source folder/deploy". You are specifying this in the httpd.conf as well (Axis2RepoPath). You can deploy the services under deploy/services folder. Please don't get confused that you don't have to deploy the services in an Apache directory. Supun.. On Thu, Jun 12, 2008 at 1:09 AM, Shobha AC <[EMAIL PROTECTED]> wrote: Hi, In that case where should I deploy my service applications? Regards, Shobha _____ From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 11:07 AM To: Apache AXIS C User List Subject: Re: Deploy AXIS2C web service application in Apache HTTP server Hi, mod_axis2.so is the module for Apache which connect Apache Server and Axis2/C. As a service writer you don't have to worry about that. Of course you need to set up Axis2/C and in that case you need to copy this library to the apache "modules" directory and set the appropriate entries in the httpd.conf. Those steps are described in the Axis2/C manual. If you are using a source distribution of Axis2/C you can compile Axis2/C to generate the mod_axis2.so. http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2. Supun. On Wed, Jun 11, 2008 at 10:16 PM, Shobha AC <[EMAIL PROTECTED]> wrote: Hi, Can u pls tell me what does this mod_axis2 contains? I hv an application deployed in AXIS2C_INSTALL_DIR\services folder. How to generate the mod_axis2.so for this. Regards, Shobha _____ From: lahiru gunathilake [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 10:05 AM To: Apache AXIS C User List Subject: Re: Deploy AXIS2C web service application in Apache HTTP server hi Shobha, refer this http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2 Regards Lahiru On Thu, Jun 12, 2008 at 10:00 AM, Shobha AC <[EMAIL PROTECTED]> wrote: Dear All, Request for the steps to deploy my web service application (libResolution.so) developed using AXIS2C library in Apache HTTP server in Linux. Regards, Shobha -- East or West Mahindians are the Best... !
