Guest User

Untitled

a guest
Aug 20th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # Environment specific properties to configure, via the Java Service Wrapper,
  2. # the Windows Service parameters and JVM options for the Grid calculation node.
  3.  
  4. set.JAVA_HOME=C:/Progra~2/Java/jdk1.6.0_29
  5.  
  6. set.JMX_PORT=55631
  7. set.ENV=dev
  8.  
  9. # Used as a suffix in the servive name and description, and in
  10. # log files.
  11. set.INSTANCENUM=1
  12.  
  13. set.NTSERVICEUSER=EFGZ\CHZRHFPgridgain
  14. set.NTSERVICEPRIORITY=LOW
  15.  
  16. set.GRIDDISCOVERY=//CHVIRGRDDEV101/calcgrid_master_dev/discovery
  17. set.GRIDDEPLOYMENT=file://freq=30000@////CHVIRGRDDEV101/calcgrid_master_dev/deployment
  18. set.LOGDIR=log
  19.  
  20. #include.required ../conf/wrapper-calc-node.conf
Add Comment
Please, Sign In to add comment