Has anyone tried following combination: Slide 2.0 (head),Tomcat 4.1.7 and j2ee descriptoresstore?
When I setup this combination slide uses memory descriptorsstore - no errors or warnings?!? My domain.xml looks as following: <definition> <store name="j2ee"> <nodestore classname="slidestore.reference.J2EEDescriptorsStore"> <parameter name="datasource">jdbc/mtx</parameter> </nodestore> <securitystore> <reference store="nodestore"/> </securitystore> <lockstore> <reference store="nodestore"/> </lockstore> <revisiondescriptorsstore> <reference store="nodestore"/> </revisiondescriptorsstore> <revisiondescriptorstore> <reference store="nodestore"/> </revisiondescriptorstore> <contentstore classname="slidestore.reference.FileContentStore"> <parameter name="rootpath">d:/contentstore</parameter> <parameter name="version">true</parameter> <parameter name="resetBeforeStarting">false</parameter> </contentstore> </store> <scope match="/" store="j2ee"/> </definition> With the appropriate settings in web.xml and server.xml! My problem is why are there no warnings when slide starts using a memory descriptors store instead of the one described in domain.xml. (I do not have duplicate domain.xml files in my setup :-) Thanks /Jacob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>