Advertisement
Guest User

Untitled

a guest
Apr 10th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. #********************************************************************
  2. # Wrapper Properties
  3. #********************************************************************
  4. # Uncomment this line in the case of startup failure.
  5. #wrapper.debug=true
  6.  
  7. # Java Application
  8. wrapper.java.command=java
  9.  
  10. # Java Main class
  11. wrapper.java.mainclass=org.mule.modules.boot.MuleBootstrap
  12.  
  13. # Java Classpath
  14. wrapper.java.classpath.1=%MULE_EXE%/../conf
  15. wrapper.java.classpath.2=%MULE_LIB%
  16. wrapper.java.classpath.3=%MULE_HOME%/lib/boot/*.jar
  17.  
  18. # Java Native Library Path (location of .DLL or .so files)
  19. wrapper.java.library.path.1=%LD_LIBRARY_PATH%
  20. wrapper.java.library.path.2=%MULE_HOME%/lib/boot
  21.  
  22. wrapper.java.additional.1=-Dmule.home=%MULE_HOME%
  23. wrapper.java.additional.2=-Dmule.base=%MULE_BASE%
  24. wrapper.java.additional.3=-Dm2.repo="%M2_REPO%"
  25.  
  26. # Set these parameters for your HTTP proxy if behind a firewall
  27. #wrapper.java.additional.3=-Dhttp.proxyHost=proxy.acme.com
  28. #wrapper.java.additional.4=-Dhttp.proxyPort=8080
  29. #wrapper.java.additional.5=-Dhttp.proxyUsername=
  30. #wrapper.java.additional.6=-Dhttp.proxyPassword=
  31.  
  32. # Increase the default startup timeout so that the JVM has enough
  33. # time to download the required jars on a slow connection
  34. wrapper.startup.timeout=120
  35.  
  36. # uncomment this line to debug remotely, the application will wait for the external debugger to connect
  37. # IMPORTANT: change the wrapper.java.additional.<n> parameter to be the actual consecutive number,
  38. # depending on the number of additional parameters above
  39. wrapper.java.additional.4=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
  40.  
  41. # Initial Java Heap Size (in MB)
  42. #wrapper.java.initmemory=3
  43.  
  44. # Maximum Java Heap Size (in MB)
  45. "~/mules/mule2/conf/wrapper.conf" 108L, 4098C 39,1 Top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement