Eric, I just did this for the tutorial. It was difficult because they left many parts out of the tutorial that you need to pay attention to.
First, you will need to download the appropriate driver from the Apache site. "mysql-connector-java-3.0.8-stable-bin.jar" put it in /Jetspeed/WEB_INF/lib folder Then you need to handle the changes to the Torque.properties file, i.e.: torque.database.default.adapter=mssql ### MySQL torque.dsfactory.default.connection.driver = org.gjt.mm.mysql.Driver torque.dsfactory.default.connection.url = jdbc:mysql://localhost:3306/jetspeed torque.dsfactory.default.connection.user = root torque.dsfactory.default.connection.password = Note that the assumption here is that you have named your database "jetspeed" and you'll have to put your own password in for root. This should get you on your way. If you have more questions or this doesn't make sense, let me know. Henry Lyons ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 9:24 AM Subject: access to the Database mysql > Hello, > > how can i configure Jetspeed for connect to the Database mysql. > > Thank you. > > Eric > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
