1 Reply Latest reply on Apr 7, 2006 9:48 AM by jboss2005_01

    settings properties at application level

    lundyg

      Hi,
      It is possible to set properties at JBoss Process level
      (in properties-service.xml)


      Is it possible to do the same thing but at my application level
      ==> this would allow me to customize my apply during the deployment.

      Do I need to do it my myself or does jboss provides tools for it ???

      Rgds guillaume

        • 1. Re: settings properties at application level
          jboss2005_01

          Hi,


          You can pass properties to your application by altering the deployment descriptors of your application to define constants, resources without having to rebuild your application. Check subjects like environment entries, resources, etc. if this is something you need.

          There is no such service like the properties service to define application wide properties as far as I know.


          Regards,
          Kurt