[JBoss-dev] JBoss application deployment - Handling properties outside of ear folder.
Jaikiran Pai
jpai at redhat.com
Tue Apr 28 02:13:55 EDT 2009
sittont,
Let's continue this discussion in your forum thread
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=154431
regards,
-Jaikiran
sittont wrote:
> We are currently migrating our application into JBoss 5.0.1.GA application
> server (currently running on Weblogic).
> In our application we use several ear files per server, each points to a
> separate properties directory that exists out of the ear file but is in use
> only by the specific application deployed in each ear.
>
> We encountered some problems to configure the JBoss server the same way:
> When we put the properties folder outside of the ear directory (we currently
> use ear directory structure and not .ear file) the resources in the
> properties directory are not ‘seen’ upon server load. We also cannot put the
> properties directory in the classpath as each ear file uses properties with
> same name so it needs to be a solution that will be set per each ear file
> (directory).
>
> Does anybody had any experience with such implementation?
>
>
More information about the jboss-development
mailing list