I think you should be able to use the SERVICEMIX_HOME system variable.
Another way would be to use the classloader:
   anyclass.getClassLoader().getResource("servicemix.properties")
Actually, this last solution may be better as you will directly have a
URL to the file you need to modify.

On Thu, Sep 4, 2008 at 12:30 PM, Gianfranco Boccalon
<[EMAIL PROTECTED]> wrote:
> Is it possible, within a servicemix-bean component, having the ServiceMix
> location, or the location of the "conf" folder ?
> I need to change a property file stored within the conf folder.
>
> Thanks
> Gianfranco
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Reply via email to