You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ivan Venuti <i....@caribel.pisa.it> on 2004/08/05 11:48:17 UTC

Best practice for retrieve configuration parameters

Hi,

I'd like to kwnow what is the better way to retrieve configuration
parameters in classes deployted as Axis Web Services.
I could use properties file on file system, but I don't know if there is a
better way (I need to retrieve connection parameters for accessing my DB).

Thanks in advance

-- Ivan