1 Reply Latest reply on Mar 10, 2009 8:30 AM by jaikiran

    Loading property files in classpath

    mkprabhu_2009

      Hi

      I have to specify my property files in the classpath. I have given like this in jboss-service.xml

      <classpath codebase="myapp/conf" />


      When i do lookup using
      url = ClassLoader.getSystemResource(fileName);
      it returns null

      What did I miss here? Is it the right way to do?

      Thankyou
      mkp