You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Lars Huttar <la...@sil.org> on 2004/08/03 21:09:06 UTC

getting rid of SunBow debugger in Tomcat?

Hi all,

I feel dumb: I set up something and can't figure
out how to un-set it up.
Here's the deal:
I have Cocoon 2.1.2 running under Tomcat 4.1.
I installed Sunbow (http://radio.weblogs.com/0108489/)
with its XSLT tracer for use in Eclipse.
In order to make it work, I did something to Tomcat
to make it run in debug mode. Now I want to run Tomcat
not-in-debug-mode, for performance reasons, and I can't
make it happen.

I thought that all I had done was add the following to
Tomcat's bin/catalina.bat:
 SET CATALINA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE
   -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000

so I commented that out.
But when I run Tomcat/Cocoon, as soon as I run a Cocoon request
URL in the browser, the Tomcat shell window shows the message
  "sunBow Debugger (C) s&n AG activated."

I've searched through the Tomcat and Cocoon config files trying
to find anything that turns this on, but no luck.
I also looked in the Sunbow documentation but couldn't find
anything relevant.
I found instructions on configuring Eclipse to use sunBow,
but I'm not running Eclipse at the moment.

Any hints?

Thanks,
Lars


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org