Hi There,

I turned on the option below, enabling the debugger. (as per the documentation: http://cocoon.apache.org/2.1/howto/howto-flow-debugger.html)

However, nothing happens when I make a request, the server seems to just not do anything--nothing in the logs either...

What should happen?  Is any step missing?

Cocoon 2.1.11 and Tomcat 5.5

Thx.!
Paul


 <!-- FOM (Flow Object Model) -->
<component-instance class="org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter" name="javascript"> <load-on-startup>resource://org/apache/cocoon/components/flow/javascript/fom/fom_system.js</load-on-startup>
     <reload-scripts>${javascript.reload-scripts}</reload-scripts>
     <check-time>${javascript.check-time}</check-time>
<!-- <debugger>enabled</debugger> --> <!-- JavaScript Debugger support -->
   </component-instance>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to