1 Reply Latest reply on Jul 7, 2009 1:16 PM by sherkan777

    debug page in productive system

      Hi,


      I have a question. How can I disable the seam debug page for my system's production phase? I would like to do this preferably with some sort of configuration parameter. Please let me know. Thanks.


        • 1. Re: debug page in productive system
          sherkan777

          Hi,
          1. remove your seam-debug.jar file from project:
          2. set your




          <core:init jndi-pattern="@jndiPattern@" debug="true"/>



          to




          <core:init jndi-pattern="@jndiPattern@" debug="false"/>



          More inf. u get in docs



          1.6.4. The Seam Debug Page