/web/DRCP/war/WEB-INF/all.properties
http://drcp.googlecode.com/ · Properties File · 43 lines · 11 code · 13 blank · 19 comment · 0 complexity · 8477d89dc3f84082f9174fa7494f8f83 MD5 · raw file
- # Properties file with JDBC-related settings.
- # Applied by PropertyPlaceholderConfigurer from "dataAccessContext-local.xml".
- # Targeted at system administrators, to avoid touching the context XML files.
-
- # hsqldb
-
- #jdbc.driverClassName=org.hsqldb.jdbcDriver
- #jdbc.url=jdbc:hsqldb:hsql://localhost:9002
- #jdbc.username=sa
- #jdbc.password=
-
- # odbc
-
- #jdbc.driverClassName=sun.jdbc.odbc.JdbcOdbcDriver
- #jdbc.url=jdbc:odbc:drcp
- #jdbc.username=sa
- #jdbc.password=pw1234
-
- # mssql
-
- jdbc.driverClassName=com.microsoft.jdbc.sqlserver.SQLServerDriver
- jdbc.url=jdbc:microsoft:sqlserver://hz_fcs_dev1;DatabaseName=drcp2;SelectMethod=cursor
- jdbc.username=sa
- jdbc.password=pw1234
-
-
- # SoapAuthentication
- # sometimes we want authenticate through web service
- # the web service method must like below:
- # boolean login(String userId,String password);
- soapAuthentication.location=http://server1/myapp1/myservice1.asmx
- soapAuthentication.serviceName=MyService
- soapAuthentication.portName=MyServiceSoap
- soapAuthentication.operationName=login
-
- # LdapAuthentication
- ldapAuthentication.hostNames=adserver1.mycompany.com.cn,adserver2.mycompany.com.cn
- ldapAuthentication.domainName=cn.mycompany.com
- ldapAuthentication.port=3268