Details
Description
See: http://comments.gmane.org/gmane.comp.ide.eclipse.jetty.user/118
This is the fix as described in the link above:
We were finally able to resolve the issue by changing the following line
in jetty-setuid.xml:
< <Configure id="Server" class="org.mortbay.setuid.SetUIDServer">
—
> <Configure id="org.eclipse.jetty.server.Server"
class="org.mortbay.setuid.SetUIDServer">
This issue caused myself 30 min. of additional work (incl. creating this issue)
fixed, thanks thomas