Debugging FAQs
http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Main

FAQs
Index

Getting Started
Install
Configure
CVS

Using
Configure C2
Databases
XSP
XSLT
Debugging

Sitemap
Sitemap
Generators
Transformers
Serializers
Matchers
Selectors
Actions
Aggregators

Questions
Answers
How do I debug Cocoon using JDK1.3+?

With JDK1.3, set the TOMCAT_OPTS (for Tomcat 3.X) or CATALINA_OPTS (for Tomcat 4.X) as shown below (on Win2K) and then attach the debugger to localhost:8000 using "jdb -attach myhost:8000" More information can be found at JPDA - Connection and Invocation Details.

set TOMCAT_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE
    -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 

Note This method is supposed to work under JBuilder4.0 as well.

How can I add my FAQ to this document?

Follow the instructions found in How-To Author an FAQ.

How can I suggest improvements to existing FAQs?

Given the rapid pace of change with Cocoon, many individual FAQs quickly become out-of-date and confusing to new users. If you have the relevant knowledge, please consider updating other FAQs on this page for technical errors. If you see a few typos, please consider fixing them too. Follow the instructions found in How-To Author an FAQ.

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.