Where to put a configuration file for an Axis2 web service?

Posted by Jack BeNimble on Stack Overflow See other posts from Stack Overflow or by Jack BeNimble
Published on 2010-05-06T15:53:06Z Indexed on 2010/05/06 16:08 UTC
Read the original article Hit count: 142

Filed under:
|
|

I'd like to have my Axis2 Web Service read from a configuration file, whose name is sent as a parameter to the service.

Where is the best place to put this file? And How to best access it? Examples welcome.

I've checked the current directory is the Apache/Tomcat/bin file, I could put it in the parent directory, or put it into a Apache/Tomcat/conf, although this looks like it's more reserved for apache configuration itself.

© Stack Overflow or respective owner

Related posts about configuration

Related posts about axis2