Hi, is there a (simple and easy) way to create a single self-contained executable including both the web server and the web service (and all necessary configuration)?
The idea is not to use axis2_http_server and a shared library for the web service and a few configuration files, but to have single executable for all of them. Best, Thomas