I have acomplished this with a SharedLib GBean.
<sys:gbean name="MyProps"
class="org.apache.geronimo.system.sharedlib.SharedLib">
<attribute name="classesDirs">var/MyPropsDirectory</attribute>
<!-- the directory %Geronimo_Install%/var would be my best choice to place
such files and I belive is the best practice way to do this-->
<reference name="ServerInfo">
<name>ServerInfo</name>
</reference>
</sys:gbean>
This is explained here
http://cwiki.apache.org/GMOxDOC21/locating-your-application-specific-configuration-files.html
and here (for IBM WASCE, which is basically same as G)
http://www-01.ibm.com/support/docview.wss?rs=2359&context=SS6JMN&dc=DB560&dc=DB520&uid=swg21266061&loc=en_US&cs=UTF-8&lang=en&rss=ct2359websphere
HTH
Luciano
On Wed, Feb 18, 2009 at 4:01 PM, Edwin Ansicodd <[email protected]>wrote:
>
> I need to do this same thing but for Geronimo 2.1.2. Does anyone know how
> this done?
>
>
>
> Paul G wrote:
> >
> > We have a number of external properties files we keep external to our
> > application. In Websphere we can simple add the folder to the server
> > classpath so when our application loads it picks the properties files
> from
> > the classpath. How can I do the same thing in Geronimo 1.1?
> >
>
> --
> View this message in context:
> http://www.nabble.com/Adding-external-folder-to-classpath-of-Geronimo-1.1-tp13472010s134p22084552.html
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
>