When deploying the slide servlet (or most standard servlets for that case), the second part of your URL/webdav request should be the same as the WAR name. i.e. slide.war = http://localhost:8080/slide, while SLIDE2.war is http://localhost:8080/SLIDE2.
The rest of the URL for the requests are defined in slide's domain.xml file under the <objectnode> sections, specifically the 'uri' attribute. Hope that helps, it took me a bit to understand the second piece on my own. -D > -----Original Message----- > From: Brandon Dove [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 19, 2005 1:08 AM > To: Srinivas Rao > Subject: Re: Re: Problems integrating Slide > > Well I've figured out *my* problem. I changed the servlet > mapping from the default to: > > /slide > > when it should have been: > > /slide/* > > I can now store/retrieve content from the /files subdirectory. > > Cheers, > > Brandon > > > > ________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
