20.08.2001 11:21:40, St�phane De Jonghe <[EMAIL PROTECTED]> wrote:

>Hi Sliders,
>
>I'm very curious to know if it is possible to modify the root
>configuration of Slide. My main problem is that I have tried Slide
>1.0.12 on Tomcat and it work fine. For that, in my web.xml configuration
>file, I used :
>
>  <servlet-mapping>
>    <servlet-name>Server</servlet-name>
>    <url-pattern>/</url-pattern>
>  </servlet-mapping>
>
>and in the Domain.xml, the root is of course "/". So in my windows
>explorer I see perfectly well the slide structure 
>
>Now I need to make it work on the SilverStream Application server. For
>that I use the same war file, I have use on Tomcat but I dont think it
>is possible to use the same servlet mapping.

why shouldn't it work (not knowing SilverStream myself) ?

>So that's why I would like to know if I can change the servlet mapping
>on Slide working on Tomcat and what else do I need to change on the
>domain.xml file in order to have the system working with the window
>explorer.

slide 1.0.12 (and earlier) relies on being mapped as default servlet 
(the '/'), and won't work correctly if mapped otherwise. the latest 
nightly build should have a new servlet init-parameter called 
'default-servlet' that you can set to 'false' if you want to change 
the servlet mapping, so other mappings should work fine too.

>Thanks,
>
>Stephane
>
>

-chris
_______________________________________________
 /=/ cmlenz at gmx.de



Reply via email to