Hello, In a web service, created with AXIS2, i neet to load a configuration file where the admin can define some default values.
The configuration file is stored in a specific directory inside the web service installation directory. I had tried to access the current directory but that is set to "<EclipseINstall>" at debugime and to "<TomcatInstall>" at runtime and is not useable to find the config file. Currently i am using functions from class loader to find the directory where my classes a re stored and use that information to find my configuration file. Are there any other functions in AXIS2 to find out where the current web service is installed? TIA, Ralf --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
