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>
Try first without the cocoon mapping.
Can't help you with JBoss but let us know when everything works
together.
Dirk
Kevin O'Neill wrote:
>
> I'm attempting to deploy slide inside of JBoss 2.4.4 with Catalina 4.0.1
>
> Of course that's not all folks I'm also trying to deploy it as part of a
> larger webapplication.
>
> To give you a starting place.
>
> Slide 1.0.16 binaries
> JBoss 2.4.4
> Tomcat 4.0.1
> Cocoon 2
>
> Cocoon 2 is the default servlet and I've mounted the Slide WEBDav servlet as
> /content
>
> I'm using the default servlet definition from the slide distribution with
> two changes:
> I've set the default-servlet parameter to false
> I've set the score parameter to /files
>
> when I try to access /content I get:
>
> [INFO,Default] 03 Jan 2002 19:25:19 -
> org.apache.slide.transaction.SlideTransactionManager - INFO - Rollback
> Transaction 4 xid HttpProcessor[8080][4]-1010046319177-4- in thread
> HttpProcessor[8080][4]
> [INFO,Default] 03 Jan 2002 19:25:19 - org.apache.slide.webdav.WebdavServlet -
> INFO - GET = 404 Not Found (time: 41 ms) URI = /
>
> The jboss log show the creation of the memory store etc with no errors.
>
> Lastly I have successfully built the JMX wrapper ... but I'm unable to deploy
> it (I'm sure it's something I don't understand about deploying MBeans in
> JBoss).
>
> Any help/pointers would be appreciated.
>
> 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]>