Hi,
I followed all the steps as you were mentioned on Setting up Eclipse for
debugging XWiki Enterprise (
http://dev.xwiki.org/xwiki/bin/view/Community/DebugXEWithEclipse)
I imported jar projects which related to XWiki REST such as
xwiki-platform-rest, xwiki-platform-rest-model and
xwiki-platform-rest-server and linked them by choosing Deployment assembly
as projects.
According to the README in the xwiki-debug-eclipse I made a XWIKIPLATFORM
shared resource targeting xwiki-platform and set it as a linked resource.
After finishing I tried to run it on the apache tomcat 7.0 server. But if I
browse
http://localhost:8080/xwiki/ it says requested resource(/xwiki) is
not unavailable. (Error 404)
Is there any method to solve it?
Thank you.