The first thing my service needs to do is read in some path to some files. The host is Apache. The paths of the files are all relative to the Apache root (this files are also used by an Apache C Module).
Question 1: How can I resolve this paths within the Axis2/C service to make them absolute paths? Question 2: Since I can resolve them in the mod_axis2 code, is there any way to pass the resolved file paths down to all the Axis2/C services? Sam
