1 Reply Latest reply on Jul 17, 2007 12:24 AM by peterj

    Adding a local dir to JBOSS classpath

    ansanes

      Hi. I hava a EJB application that uses some libs from a third-party vendor.
      In order to work these libs needs a config file present in the classpath.

      How do I configure JBoss to add the local dir where the config file is to the classpath?.

      I don't want to include the config file in the ear module because my app has to be deployed in different environments where the properties change.

      Thanks