Hi Guys,
I was using axis2c server to load c++ services (generated .so using staff) and whenever i run axis2_http_server i can see my own services along with sample services because environment variable AXIS2C_HOME and STAFF_HOME were already set so axis2c server was loading staff services from "/usr/local/staff/components/test/test.so" , no problem what so ever in this but now i need a ssl security in axis2c so i integrated mod_axis2.so in httpd server and changed httpd.conf to only allow https requests and the problem begins now i cant see my staff services in https://localhost:9090/axis2/services location i mean i can see sample services like echo,version there my environment variables are already set and httpd server successfully loading mod_axis2.so module also but axis2 server not loading staff services. how can i achieve this? or can i directly load c++ web services in httpd? Thank You Regards Mandar