If you have:
{AXIS2-APP-SERVER-PATH}/WEB-INF/sample.properties
Then write something like:
Class MyService extends MyServiceSkeleton {
Properties properties = new Properties();
public initProperties() {
properties.load(MyService.class.getResourceAsStream(/WEB-INF/sample.properties)
}
On Thu, Apr 17, 2008 at 1:51 PM, Chris Richmond
<[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hey all,
>
>
>
> Where do I place a standard java .properties file in my axis2 web service
> folder structure if I want to be able to read it in standard java fashion.
>
>
>
> I have tried several locations and cannot figure out where it should go to
> use a .properties file with my web service
>
>
>
> Thanks,
>
> Chris
--
Don't be evil!!!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]