Changes for page Debugging

Last modified by Simon Urli on 2023/10/10 11:46

<
From version < 1.11 >
edited by ShawnLauzon
on 2007/02/23 14:46
To version < 1.12 >
edited by rewbs
on 2007/06/10 13:37
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ShawnLauzon
1 +xwiki:XWiki.rewbs
Content
... ... @@ -14,6 +14,10 @@
14 14  * Create a new configuration for your server
15 15  * Hit the Debug button
16 16  * Set breakpoints, step through code, have fun!
17 +
18 +* WTP will deploy XWiki into ~~\{workspace_location\}~~/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/webapps/xwiki. If you suspect a change has not been deployed correctly (e.g. a change to a config file), check there to confirm.
19 +* If you are working on an XWiki plugin in a separate project in your workspace, you can ensure it is automatically deployed to XWiki's WEB-INF/lib directoty when debugging. Open the project properties of the XWiki project resulting from the WAR import above, go to the ~~J2EE Module Dependencies~~ section, and add your plugin project.
20 +
17 17  1.1 Remote Debugging
18 18  
19 19  To perform remote debugging, start you wiki in debug mode. To do this modify the way you start your container and ensure that the following JVM parameters are passed:

Get Connected