jlansrv.conf 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. #********************************************************************
  2. # Wrapper Properties
  3. #********************************************************************
  4. # Java Application
  5. wrapper.java.command=java
  6. # Java Main class
  7. wrapper.java.mainclass=org.alfresco.jlan.app.JLANServerService
  8. # Java Classpath (include wrapper.jar) Add class path elements as
  9. # needed starting from 1
  10. wrapper.java.classpath.1=../wrapper.jar
  11. wrapper.java.classpath.2=../../jars/alfresco-jlan.jar
  12. wrapper.java.classpath.3=../../libs/cryptix-jce-provider.jar
  13. # Java Library Path (location of Wrapper.DLL or libwrapper.so)
  14. wrapper.java.library.path.1=./
  15. wrapper.java.library.path.2=../../jni
  16. # Java Additional Parameters
  17. #wrapper.java.additional.1=-DPATH="%PATH%"
  18. # Initial Java Heap Size (in MB)
  19. wrapper.java.initmemory=64
  20. # Maximum Java Heap Size (in MB)
  21. wrapper.java.maxmemory=256
  22. # Application parameters. Add parameters as needed starting from 1
  23. #wrapper.app.parameter.1=
  24. # JLAN Server service startup timeout
  25. wrapper.startup.timeout=30
  26. #********************************************************************
  27. # Wrapper Logging Properties
  28. #********************************************************************
  29. # Format of output for the console. (See docs for formats)
  30. wrapper.console.format=LPM
  31. # Log Level for console output. (See docs for log levels)
  32. wrapper.console.loglevel=INFO
  33. # Log file to use for wrapper output logging.
  34. wrapper.logfile=jlanserver.log
  35. # Format of output for the log file. (See docs for formats)
  36. wrapper.logfile.format=LPTM
  37. # Log Level for log file output. (See docs for log levels)
  38. wrapper.logfile.loglevel=INFO
  39. # Maximum size that the log file will be allowed to grow to before
  40. # the log is rolled. Size is specified in bytes. The default value
  41. # of 0, disables log rolling. May abbreviate with the 'k' (kb) or
  42. # 'm' (mb) suffix. For example: 10m = 10 megabytes.
  43. wrapper.logfile.maxsize=0
  44. # Maximum number of rolled log files which will be allowed before old
  45. # files are deleted. The default value of 0 implies no limit.
  46. wrapper.logfile.maxfiles=0
  47. # Log Level for sys/event log output. (See docs for log levels)
  48. wrapper.syslog.loglevel=NONE
  49. #********************************************************************
  50. # Wrapper NT Service Properties
  51. #********************************************************************
  52. # WARNING - Do not modify any of these properties when an application
  53. # using this configuration file has been installed as a service.
  54. # Please uninstall the service before modifying this section. The
  55. # service can then be reinstalled.
  56. # Name of the service
  57. wrapper.ntservice.name=JLANServer
  58. # Display name of the service
  59. wrapper.ntservice.displayname=Alfresco JLAN Server
  60. # Description of the service
  61. wrapper.ntservice.description=SMB/CIFS, NFS and FTP virtual filesystem server
  62. # Service dependencies. Add dependencies as needed starting from 1
  63. wrapper.ntservice.dependency.1=
  64. # Mode in which the service is installed. AUTO_START or DEMAND_START
  65. wrapper.ntservice.starttype=DEMAND_START
  66. # Allow the service to interact with the desktop.
  67. wrapper.ntservice.interactive=false
  68. # Account to run the service under
  69. #
  70. # Do not use .\LocalSystem as the server needs access to the network
  71. wrapper.ntservice.account=
  72. wrapper.ntservice.password=