0 Replies Latest reply on May 10, 2004 12:12 PM by sablair

    Best way to specify database settings?

    sablair

      I've inherited a JBOSS application which uses a single database user account for it's persistence requirements. The details are currently defined in the following file withint the deploy directory.

      /apps/jboss-3.0.7/server/default/deploy/sybase-service.xml

      However, I need to find some way of redirecting JBOSS to read this file from the user's home directory, rather than this enterprise-wide location. This is because our development policy is not to have server names, user names and passwords defined separately from the application dir. That way, we don't need to do another release to production every time the password changes.

      I can't find the necessary propery or commandline switch to do this though. Any suggestions?