Resource Menu


Comment of : Problem with "login"
When you use the libresource installer, you need to have a postgres user named demo with no password which should have access to the libresource database. This is required by the CAS server. The installer don't patch dynamically the CAS package.

This is written and specified on the download page.

But you can fix it by hand if you like to play with war files…

To do so :

  1. unzip the cas war file.
  2. patch the text configuration file that specify the user and the password for the database connection. (search for jdbc:postgresql://localhost:5432/libresource)
  3. re-zip the file.
  4. rename it as a war.
  5. run config.bat
posted by Sebastien Jourdain at Feb 22, 2007 3:24 PM