Hi, --- "Mani, Bharanidharan" <[EMAIL PROTECTED]> wrote: > Hi, > I would like to use new login page instead of > layout\default.vm. So i > have created a new login.html. But i would like to use my IBM DB2 > database > for username and password authentication instead of Hypersonic SQl > database. > I have gone thru the mail archive but didnt get the sequence of > steps quite > clearly. can someone explain me the sequence of steps to be done. I > guess i > need to install turbine for database connection but not quite sure. > please > let me know. >
Firstly - Jetspeed is based on Turbine - so if you have Jetspeed, you have Turbine - so no need to install it. The db connection configuration is done in the file WEB-INF/conf/TurbineResources.properties There are lines in there defining a connection to HSQL and an HSQL adapter. These need to be changed to the DB2 equivalents. You might at this stage want to download turbine - as this will possibly have information on sample DB2 configurations. I suggest you do this before trying to change the login screen as well. HTH, Chris ===== ------------------------------------------ http://www.soccer2002.org.uk - The Game is On! __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
