[Attempto] A RESTful api for AceWiki

Changyuan Yu reivzy at gmail.com
Mon Dec 12 12:54:19 CET 2011


> I tried your fork with Jetty Runner and everything worked apart from
> the REST API, I kept getting the 404-error when using: curl
> "localhost:9077/acewiki/api/".

I try jetty runner now and find the reason of 404, just use
localhost:9077/api instead of localhost:9077/acewiki/api and the
RESTful api will work. In karaf, the whole war is map to '/acewiki',
but with jetty runner, it map to '/'.

-- 
Best regards,
Changyuan


More information about the attempto mailing list