0 Replies Latest reply on Jul 16, 2002 9:29 PM by xbird

    How to get Properties via jboss properties service

    xbird

      i notice there is a properties-service.xml in the deploy folder,such as:


      <!--
      | Load properties from each of the given comma seperated URLs


      http://somehost/some-location.properties,
      ./conf/somelocal.properties


      -->

      <!--
      | Set raw properties file style properties.



      my.project.property=This is the value of my property
      my.project.anotherProperty=This is the value of my other property



      -->

      but how i can get these properties in my servlet?
      very thanks!