/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

  1. # Properties file with JDBC-related settings.
  2. # Applied by PropertyPlaceholderConfigurer from "dataAccessContext-local.xml".
  3. # Targeted at system administrators, to avoid touching the context XML files.
  4. # hsqldb
  5. #jdbc.driverClassName=org.hsqldb.jdbcDriver
  6. #jdbc.url=jdbc:hsqldb:hsql://localhost:9002
  7. #jdbc.username=sa
  8. #jdbc.password=
  9. # odbc
  10. #jdbc.driverClassName=sun.jdbc.odbc.JdbcOdbcDriver
  11. #jdbc.url=jdbc:odbc:drcp
  12. #jdbc.username=sa
  13. #jdbc.password=pw1234
  14. # mssql
  15. jdbc.driverClassName=com.microsoft.jdbc.sqlserver.SQLServerDriver
  16. jdbc.url=jdbc:microsoft:sqlserver://hz_fcs_dev1;DatabaseName=drcp2;SelectMethod=cursor
  17. jdbc.username=sa
  18. jdbc.password=pw1234
  19. # SoapAuthentication
  20. # sometimes we want authenticate through web service
  21. # the web service method must like below:
  22. # boolean login(String userId,String password);
  23. soapAuthentication.location=http://server1/myapp1/myservice1.asmx
  24. soapAuthentication.serviceName=MyService
  25. soapAuthentication.portName=MyServiceSoap
  26. soapAuthentication.operationName=login
  27. # LdapAuthentication
  28. ldapAuthentication.hostNames=adserver1.mycompany.com.cn,adserver2.mycompany.com.cn
  29. ldapAuthentication.domainName=cn.mycompany.com
  30. ldapAuthentication.port=3268