Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Edit /uPortal/uportal-impl/src/main/resources/properties/rdbm.properties and uncomment the lines by adding the following information for MSSQL. Modify , modifying the url, username and password as appropriate:

Code Block
##### Microsoft SQL Server 2005 - example
hibernate.connection.driver_class=net.sourceforge.jtds.jdbc.Driver
hibernate.connection.url=jdbc:jtds:sqlserver://my.school.edu:1433/uPortal3db
hibernate.connection.username=test
hibernate.connection.password=mypass
hibernate.dialect=org.hibernate.dialect.SQLServerDialect

...