0 Replies Latest reply on Jan 7, 2012 3:46 AM by andersbohn

    AS 7 Server-wide JSF ProjectStage ?

    andersbohn

      I would like to set the JSF ProjectStage for all deployed ear or war on the server.

       

      It might be a master web.xml setting for:

       

      <context-param>

        <param-name>javax.faces.PROJECT_STAGE</param-name>

        <param-value>Development</param-value>

      </context-param>

       


      Or a way to bind a string into jndi at java:comp/env/jsf/ProjectStage.

       

      I can't see how to do that in the configuration file (standalone.xml)