Hi all,

I am using slide 2.1 with jboss 4.0.1. It works fine but i have one problem: authentication.
I add a new Realm in the login-config.xml:
<application-policy name = "slide">
<authentication>
<login-module code = "org.apache.slide.jaas.spi.SlideLoginModule"
flag = "required">
</login-module>
</authentication>
</application-policy>


i add a jboss-web.xml in the slide.war:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.3//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd";>
<jboss-web>
<security-domain>java:/jaas/slide</security-domain>
<class-loading java2ClassLoadingCompliance="false">
<loader-repository>org.apache.slide:loader=slide.war</loader-repository>
</class-loading>
</jboss-web>


and i obviously enable the security authentication in web.xml et slide.properties.

But when i connect with DAVExplorer with 'root','root', i have a 403 Access to the requested ressource is denied.

Someone can help me?

Regards,

J�r�my


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to