Guess it helps to scroll all the way down! The web.xml referenced on
the Wiki isn't quite complete. Requires:
<init-param>
<param-name>java.naming.provider.url</param-name>
<param-value>jnp://localhost:1099</param-value>
</init-param>
<init-param>
<param-name>java.naming.factory.initial</param-name>
<param-value>org.jnp.interfaces.NamingContextFactory</
param-value>
</init-param>
added to the Repository servlet.
Sorry for the noise.
Hello!
Newbie to Jackrabbit. Downloaded 1.5.0 sources and followed the
instructions on the Wiki for deploying under JBoss (http://wiki.apache.org/jackrabbit/JackrabbitOnJBoss
).
JBoss starts up without a problem and creates the repository
entries. However, when I point to: http://localhost:8080/jackrabbit-server
as specified in the Wiki, I get:
java.lang.IllegalStateException: The repository is not available.
I copied the web.xml verbatim from the Wiki. Just wondering if the
Wiki entry is valid for the 1.5.0 codebase.
Thanks!