Re: web.xml's JSP interception
Paul Hammant <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Miguel, Yes you're right, this is Sitemesh and Slide merged into one web app. We'll tell more another day! - perhaps when we've done something interesting with the concepts. In this case the JSP is the Sitemesh decorator (not under slide control) and it works sweetly you'll be pleased to know. We wonder if it is possible to remap the directories for slide. For example, i wish I could have Slide serve files-under-dav control from / rather than /files. With exceptions for other directories like /decorators. We have tried to change Domain.xml and change the relevant section, but it does not seem to change the preferred location - "/files". We kinda want to hide the other directories / users /groups etc and only concentrate on files under DAV control. To get Slide to kinda work like mod_dav does :) Thoughts? - Paul On Dec 11, 2006, at 8:16 AM, Miguel Figueiredo wrote: > Hello Hammant, > > If you remove the configuration fragment, the web server will > handle de JSP > file before Slide do. That means, it will compile the JSP, and > serve you > it's compiled contents (witch probably might present you with an > internal > server error page). > > Since you're asking that question, seems to me that you are trying to > deploy a web application inside slide namespace. Although it is > interesting, > don't know if it brings more problems that anyone can handle. > I don't know Sitemesh, but is it true? You're trying to deploy a > web app > inside slide namespace? If yes, I would be very interested to know any > problems you might encounter. > > Best regards, > Miguel Figueiredo >