MS SQL Server configuration with Liferay

1. Should be a developer edition
2. Through SQL Server configuration manager, enable the TCP/IP port (default 1433)
- In case of error regarding firewall blocking issue, add 1433  to TCP daynamic under IPAll
3. Create database first and then start tomcat server

* In properties, defined user should have admin access. - good to set sa(system administrator for SQL server)



jdbc.default.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
jdbc.default.username=sa
jdbc.default.password=
jdbc.default.url=jdbc:sqlserver://localhost:1433;databaseName=lportal

index.search.spell.checker.dictionary[en_US]=dictionary/en_US_1.txt,dictionary/en_US_2.txt
javascript.single.page.application.enabled=false

dl.store.impl=com.liferay.portal.store.db.DBStore

dl.file.entry.thumbnail.custom1.max.width=468
dl.file.entry.thumbnail.custom2.max.width=1024
dl.file.entry.thumbnail.custom3.max.width=1280

Comments

Popular posts from this blog

Portlet Edit Mode (Portlet preference) to replace Portlet configuration

GoGo Shell & What can be deleted in Liferay Instance