[opencms-dev] Debugging the Code of OpenCMS

Tristan Tarrant tristan.tarrant at dataforte.net
Fri Sep 23 14:49:57 CEST 2005


On Fri, 2005-09-23 at 14:40 +0200, Rajiv Terwadkar wrote:
> Dear All,
> I want to debug the code of OpenCMS in Eclipse environment. Does any
> one has idea how to do it...?
> THanks and regards
> Rajiv

Use Remote Debugging.
Start Tomcat using JPDA as follows (instructions for Unix):

./bin/catalina.sh jpda start

In Eclipse select Run->Debug...
Remote Application
Give it a Name, set the host (if not localhost). The port setting of
8000 is the default.

Set breakpoints and debug at will :)

Tristan




More information about the opencms-dev mailing list