On Tue, Dec 30, 2014 at 12:30 AM, Henry Saginor <[email protected]> wrote: > ...if you can access the web console you can also upload/install the bundle > manually from there (from http://localhost:8080/system/console/bundles), > just to get going....
Yes, or also via WebDAV, just copy the required bundles under a folder named "install" not more than 5 (or 4, I never remember) levels deep under /apps. So /apps/espblog/install for example would do it. Apart from that I have no idea why the maven-sling-plugin can say "not found" if http://localhost:8080/system/console works - it's just doing an HTTP POST on that URL. Maybe look at the sling/logs/error.log. -Bertrand
