Difference between revisions of "Debugging remote JBoss server"
From OpenKM Documentation
Line 6: | Line 6: | ||
== Configure eclipse == | == Configure eclipse == | ||
− | Select the project | + | Select the project and the host. Include in source your OpenKM java project. |
+ | [[File:Okm_user_guide_073.jpeg|670px]] | ||
− | |||
− | |||
[[File:Okm_user_guide_074.jpeg|670px]] | [[File:Okm_user_guide_074.jpeg|670px]] |
Revision as of 10:28, 4 February 2010
In run.sh script must be added the line
JAVA_OPTS="-Xmx2000m -Djava.awt.headless=true -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 "
Configure eclipse
Select the project and the host. Include in source your OpenKM java project.