1 Reply Latest reply on Nov 5, 2007 3:16 PM by kukeltje

    Debug mode

    vsevel

      How to set the debug mode?
      I put the following in jbpm-console/WEB-INF/classes/jbpm.cfg.xml

      <jbpm-configuration>
       <string name="jbpm.log.default" value="debug" />
       <string name="jbpm.create.tables.log" value="true" />
      </jbpm-configuration>


      But I have still the "info" logging.

      I succeed to deploy the jbpm-console under tomcat with mysql and I was able to test the websale example also.
      Now I am trying to understand the jbpm-console code (more precisely Gravel et jbpm4jsf) by debugging it with eclipse (also with tomcat).
      The application is deployed successfully but the login part is not working anymore. I have no clue why.

      Thanks,
      Val