1 Reply Latest reply on Dec 13, 2010 10:04 AM by wdfink

    How to set external config directory on jboss classpath ?

    cszczokta

      Hi.
      I’m running web application on jboss 5.1.  This web application is deployed in external directory ( I have set proper entry in jboss conf/boostrap/profile.xml ) .
      Today war contains all configuration files like  xml –s, spring context xml -s, properties files. Is it possible separate those configuration files from war and put into external config directory ? What should I change in jboss configuration so those config file –s will be available on jboss classpath ?

      I have tried to set in conf/jboss-service.xml,  for example spring context xml:

      <classpath codebase=".../my-conf/applicationContext.xml"/>

      but without positive effects.

      Thanks.