Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. #************************************************************************************************
  2. #** Database user that the server uses to attach to the database server.
  3. #************************************************************************************************
  4. mxe.db.user=maximo
  5.  
  6. #************************************************************************************************
  7. #** Owner of the database schema. Must be dbo for SQLServer and same as mxe.db.user
  8. #** for Oracle.
  9. #************************************************************************************************
  10. mxe.db.schemaowner=maximo
  11.  
  12. #************************************************************************************************
  13. #** Password for the database user name.
  14. #************************************************************************************************
  15.  
  16. #************************************************************************************************
  17. #** Name to bind the MXServer server object to in the RMI registry.
  18. #************************************************************************************************
  19. mxe.name=MAXIMO
  20.  
  21. #************************************************************************************************
  22. #** RMI communication port. If set at zero, RMI uses any available port. You can
  23. #** select another available port number.
  24. #************************************************************************************************
  25. mxe.rmi.port=0
  26.  
  27. #************************************************************************************************
  28. #** The port number used to bind RMI/JRMP communications. Default is 13400.
  29. #************************************************************************************************
  30. mxe.registry.port=13400
  31.  
  32. #************************************************************************************************
  33. #** Defines what the minimum level of database is required for an upgrade. An
  34. #** example value would be 7100.
  35. #************************************************************************************************
  36. maximo.min.required.db.version=7100
  37.  
  38. #************************************************************************************************
  39. #** Number of extra demo tenants to create if the demo database is being used.
  40. #************************************************************************************************
  41. mxe.mt.demo.extratenants=0
  42.  
  43. #************************************************************************************************
  44. #** Java class name of the JDBC driver.
  45. #************************************************************************************************
  46. mxe.db.driver=com.ibm.db2.jcc.DB2Driver
  47.  
  48. #************************************************************************************************
  49. #** JDBC URL of the database.
  50. #************************************************************************************************
  51. mxe.db.url=jdbc:db2://Szkolenia20165N.aiut.com.pl:50005/mamdb76
  52.  
  53.  
  54. mxe.encrypted=true
  55.  
  56. 3‚gé P܉†_Ó©ŠŚĺ~ą5”[Qajđă“qr)8}š9Y{Ęý’)J%׈
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement