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
| |
| | |
|
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.
|