>
> Hi,
> In the last few hours I tryied to download the Jdbc drivers
> for MySql and I
> include the relative jar files in the tomcat classpath.
> Now Tomcat complains that it connot connect to the database
> MySql. Of course
> I did NOT installed any DB!!!!
> I don't want to use a DB......
> Thanks again
> Marco
>
Just disable user authentication. In JetspeedResources.properties file
change line
enable.userauthentication=true
to
enable.userauthentication=false
Petr
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]