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.
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.
Thanks,
Stephane