crating standalone service
I have a service written axis2c and I want to run it standalone.I mean,I know how to run it with axis2c server but i want to run it without running axis2 server.
Thanks
- Login or register to post comments
- Printer friendly version
- 378 reads










crating standalone service
With Axis2/C, you cannot run a service on its own. You have to deploy the service wither with simple axis2 server or with the Apache2 httpd module. So what you are looking for is not possible.