> 1. How can I configure MySql or any other database with jetspeed. Which > are the configuration files I will need to configure ? > You will have to change the values in WEB-INF/conf/torque.properties to match that of your MySQL database.
> 2. How shall I configure Jetspeed to to my user table for user > authentication ??. > Do I need to change anything in the jetspeed java code ?? > If you do not want to use the default jetspeed tables for your security, you will need to build a custom security service. http://jakarta.apache.org/jetspeed/site/security.html p.s. I use Jetspeed's default security service with MySQL and it works just fine. Scott
