Well, the answer was staring me in the face. I set the
"default-servlet" parameter to false in my web.xml. Sorry for the noise :)
Dan
Dan Diephouse wrote:
> I am trying to get my webappplication to be able to use slide under the
> same context. I am using last night's nightly build and Turbine 2.1.
>
> I have defined two web applications in my web.xml:
.
.
.
>
> But, I am not mapping slide to the root of my context as most people
> do... (that is I am accessing it through
> http://server:8080/webapp/servlet/webdav and not
> http://server:8080/webapp/) Slide thinks I'm trying to access the
> director "/files/servlet/webdav" whenever I run the WebdavServlet
> whether I am connecting through internet explorer or the slide client.
> Here is one example of me trying to access
> http://server:8080/webapp/servlet/webdav:
>
> 28 Aug 2001 15:15:16 - org.apache.slide.common.Domain - INFO - GET
> (time: 1041 ms) URI = /files/servlet/webdav
>
> Is there some webapp directive I can do to prevent this, or do I need to
> hack WebdavServlet? I can do that easily enough, just want to make sure
> there isn't a "blessed" way to fix this :)
>
> Thanks,
>
> Dan Diephouse
>