>> My code boots up & gets its hostname from the hostname it reads in a
configuration resource, this file can either be a full config
Can you elaborate on this? What do you mean by a full config? What is
the name of the config file? In what directory does it exist? What
causes it to get loaded? What class do I use to read the properties?
Thanks.
Steve Loughran <[EMAIL PROTECTED]>
08/15/2003 07:23 PM
Please respond to axis-dev
To: [EMAIL PROTECTED]
cc:
Subject: Re: Help with Web Service Specific Properties
Axis is a webapp; it can be configured like any other.
My code
-boots up & gets its hostname
from the hostname it reads in a configuration resource
-this file can either be a full config or a redirect to a cluster config
-or (still working on this :) a redirect to an LDAP system
with the latter you can use a directory service to configure your boxes,
which scales out well and gives you live control
[EMAIL PROTECTED] wrote:
> How about AxisProperties? That works pretty well. Or, more neutrally,
the
> discovery API (commons-discovery).
>
> -----Original Message-----
> From: Hansen, Richard [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 15, 2003 2:38 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Help with Web Service Specific Properties
>
>
> There probably is no way to do it, I don't see any at least. I suppose
> people just load a file (prefferably off the classpath) in the
constructor.
>
>
>>-----Original Message-----
>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>>Sent: Friday, August 15, 2003 2:27 PM
>>To: [EMAIL PROTECTED]
>>Subject: Help with Web Service Specific Properties
>>
>>
>>I am a user of Axis. I have posted this message on the
>>axis-user mail
>>list but do not get any responses.
>>
>>I have a question about implementing a web service in Axis.
>>I want to
>>know how and where to configure properties so that my Web Service can
>>retrieve them. I would also need to know what class and
>>method I would
>>use to retrieve them. I have scoured the Axis documentation,
>>both User
>>and Developer and I cannot find this. I need some
>>configurable data for
>>my web service and cannot find out how to do this. If you
>>our anyone you
>>know can help, I would appreciate it.
>>
>>Thanks.
>>