Hi Paulo,
Paulo Sergio schrieb:
hi Bertrand,
i've done that already...
in the first time i try to access the app i have an error about missing
repository, then i'm able to access the osgi console but if i try to
So you get the console at .../system/console ? That is good already.
Taking Sling out of the box should actually launch an embedded
repository. If you want to use a shared repository, you would have to
remove the Embedded Repository (org.apache.sling.jcr.jackrabbit.server)
bundle by the Repository Accessor
(org.apache.sling.jcr.jackrabbit.client) bundle. Just swapping the
bundles might do the trick.
Otherwise you would have to go to the Configuration page of the console
to adapt the jackrabbit.client configuration.
mount the webdav repository i have always an error about "internal
server error" (i'm running it on localhost, linux ubuntu)
i have my log attached.
Unfortunately, attachements are not possible here. I suggest you create
an issue and attach the log there (we can still close the issue as won't
fix).
Thanks and Regards
Felix
thanks,
paulo
On Thu, Jun 26, 2008 at 5:55 AM, Bertrand Delacretaz
<[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
On Thu, Jun 26, 2008 at 12:37 AM, Paulo Sergio <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
> ...after installing the .war file i can't reach sling in
> any way... i've tryed at localhost:8080/sling and can't really
reach it.. am
> i doing anything terribly wrong ? :)
Dropping a file named sling.war in the tomcat webapps directory should
make that webapp available at the URL that you mention.
Now, something might prevent the webapp from starting, you should have
a look at your tomcat logs + console.
-Bertrand