I got the JMX wrapper working in JBoss.... what is specifically the 
problem with deployment.... Remember, you need to have domain.xml on 
your JBoss classpath. I can send you a sample of my config if you 
like... it was very simplistic though.

Beyond this I can't help, as I am not sure how to proceed with the 
unification of the Slide security realm and the JBoss JAAS realm 
implementation. If anyone has got beyond this stage, I would love to 
know the architecture they went for.

Patrick

Kevin O'Neill wrote:

>Dirk,
>
>>How did you map the servlet?
>>
>
>>Do you have this in your web.xml file ?
>>  <servlet-mapping>
>>    <servlet-name>webdav</servlet-name>
>>    <url-pattern>/content/*</url-pattern>
>>  </servlet-mapping>
>>
>
>Yup
>
>Here is the startup info from the slide servlet
>
>[INFO,EmbeddedCatalinaServiceSX] ContextConfig[/itr]: Configured an 
>authenticator for method BASIC
>[INFO,EmbeddedCatalinaServiceSX] webdav: init
>[INFO,Default] 07 Jan 2002 17:41:03 - org.apache.slide.common.Domain - INFO - 
>Initializing Domain
>[INFO,Default] 07 Jan 2002 17:41:03 - org.apache.slide.common.Domain - INFO - 
>Domain configuration : {org.apache.slide.security=true}
>[INFO,Default] 07 Jan 2002 17:41:04 - org.apache.slide.common.Domain - INFO - 
>Initializing namespace : slide
>[INFO,Default] 07 Jan 2002 17:41:04 - org.apache.slide.common.Namespace - 
>INFO - Loading namespace definition
>[INFO,Default] 07 Jan 2002 17:41:04 - org.apache.slide.common.Namespace - 
>INFO - Node store: slidestore.reference.MemoryDescriptorsStore
>[INFO,Default] 07 Jan 2002 17:41:04 - org.apache.slide.common.Namespace - 
>INFO - Security store references nodestore
>[INFO,Default] 07 Jan 2002 17:41:04 - org.apache.slide.common.Namespace - 
>INFO - Lock store store references nodestore
>[INFO,Default] 07 Jan 2002 17:41:04 - org.apache.slide.common.Namespace - 
>INFO - Revision descriptors store references nodestore
>[INFO,Default] 07 Jan 2002 17:41:04 - org.apache.slide.common.Namespace - 
>INFO - Revision descriptor store references nodestore
>[INFO,Default] 07 Jan 2002 17:41:04 - org.apache.slide.common.Namespace - 
>INFO - Content store: slidestore.reference.FileContentStore
>[INFO,Default] 07 Jan 2002 17:41:04 - org.apache.slide.common.Namespace - 
>INFO - Registering Store memory of class class 
>org.apache.slide.store.StandardStore with parameters {} on scope /
>[INFO,Default] 07 Jan 2002 17:41:04 - org.apache.slide.common.Namespace - 
>INFO - Initializing Store memory(org.apache.slide.store.StandardStore)
>[INFO,Default] 07 Jan 2002 17:41:04 - INFO - FileContentStore rootpath: 
>/usr/local/JBoss-2.4.4_Tomcat-4.0.1/jboss/bin/contentstore
>[INFO,Default] 07 Jan 2002 17:41:04 - org.apache.slide.common.Namespace - 
>INFO - Loading namespace slide parameters
>[INFO,Default] 07 Jan 2002 17:41:04 - org.apache.slide.common.Namespace - 
>INFO - Loading namespace slide base data
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.Namespace - 
>INFO - Init namespace slide configuration
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.Namespace - 
>INFO - Import data into namespace slide
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /users
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /users/groupA
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /users/groupA/john
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /users/groupA/root
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /users/groupA/singleGroupMember
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /users/root
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /users/john
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /users/guest
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /actions
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /actions/read
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /actions/write
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /actions/manage
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.XMLUnmarshaller 
>- INFO - Loading object /files
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.Namespace - 
>INFO - Finish init namespace slide configuration
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.Namespace - 
>INFO - Loading namespace slide configuration
>[INFO,Default] 07 Jan 2002 17:41:05 - org.apache.slide.common.Domain - INFO - 
>Namespace configuration complete
>
>>Try first without the cocoon mapping.
>>
>
>Cocoon mapping was commented out.
>
>I tried mapping it to the subspace /files ... same error (simliar)
>
>
>[INFO,Default] 07 Jan 2002 17:42:22 - org.apache.slide.webdav.WebdavServlet - 
>INFO - GET = 404 Not Found (time: 48 ms) URI = /files/
>
>>Can't help you with JBoss but let us know when everything works
>>together.
>>
>
>I will.
>
>Time to fire up the debugger I guess :)
>
>k.
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>



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

Reply via email to