All right! I can confirm I picked all the right stuff this time. The server starts up OK, the database has been populated and I can browse the repository with HTTP. I still have problems opening the repository with Internet Explorer and had to turn off authentication, but tomorrow is an other day. I will summarize my configuration so that this can be reused.
MySQL is version 4.1.3 here is the status mysql> status -------------- c:\mysql\bin\mysql.exe Ver 14.5 Distrib 4.1.3b-beta, for Win95/Win98 (i32) Connection id: 14 Current database: Current user: [EMAIL PROTECTED] SSL: Not in use Using delimiter: ; Server version: 4.1.3b-beta-nt-max Protocol version: 10 Connection: localhost via TCP/IP Client characterset: latin1_swedish_ci Server characterset: latin1_swedish_ci TCP port: 3306 Uptime: 3 hours 11 min 54 sec Tomcat is Apache Tomcat 5.0.25 Server - http://jakarta.apache.org/tomcat/ Slide has been downloaded from http://cvs.apache.org/dist/jakarta/slide/2.1b1/ . My Domain.xml contains a definition fora mysqlstore like this <store name="mysqlstore"> <nodestore classname="org.apache.slide.store.impl.rdbms.JDBCStore"> <parameter name="adapter">org.apache.slide.store.impl.rdbms.MySql41RDBMSAdapter</parameter> <parameter name="driver">com.mysql.jdbc.Driver</parameter> <parameter name="url">jdbc:mysql://localhost/slide</parameter> <parameter name="user">root</parameter> <parameter name="dbcpPooling">true</parameter> <parameter name="maxPooledConnections">10</parameter> <parameter name="isolation">SERIALIZABLE</parameter> <parameter name="compress">false</parameter> </nodestore> .... My Web.xml has elements security-role-ref, securoty-constraint, login-config and all security-role commented out. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
