Adobe 38043740 User Guide - Page 59

Cf_security_jvm_options

Page 59 highlights

ADOBE COLDFUSION 8 55 Installing and Using ColdFusion 5 Save the startup script and restart the WebLogic Server. Enable access to Verity binary files in UNIX 1 Open the startup script for the WebLogic domain, which is typically the startWebLogic.sh file, which is located in the wldomain_root\bin directory. 2 Establish the following variables: • CF_SHARED_LIBS • LD_LIBRARY_PATH For example: # Set up shared library path for ColdFusion to pick up Verity # shared libs. Use path syntax - entries separated by colon. # Use _ss026/bin for Solaris and _ilnx21/bin for Linux # CF_SHARED_LIBS="${CF_SHARED_LIB}:${CF_SHARED_LIB}/_ss026/bin" CF_SHARED_LIBS="${CF_SHARED_LIB}:${CF_SHARED_LIB}/_ilnx21/bin" LD_LIBRARY_PATH="${CF_SHARED_LIBS}:${LD_LIBRARY_PATH}" 3 Save the startup script and restart the WebLogic Server. Enable ColdFusion security in Windows 1 Open the startup script for the WebLogic domain, which is typically the startWebLogic cmd file, which is located in the wldomain_root\bin directory. 2 Establish or append to the following variable: • CF_SECURITY_JVM_OPTIONS • MEM_ARGS If you are not using JRockit, append -Xms32m -Xmx512m -Xss64k -XX:MaxPermSize=128m to the existing MEM_ARGS line of the startup script. If you are using JRockit, append -Xms32m -Xmx512m -Xss64k to the existing MEM_ARGS line of the startup script. • JAVA_OPTIONS Append the CF_SECURITY_JVM_OPTIONS variable to the existing JAVA_OPTIONS line of the startup script) For example: @rem Security options are only required if enabling sandbox security

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112

55
ADOBE COLDFUSION 8
Installing and Using ColdFusion
5
Save the startup script and restart the WebLogic Server.
Enable access to Verity binary files in UNIX
1
Open the startup script for the WebLogic domain, which is typically the startWebLogic.sh file, which is located
in the wldomain_root\bin directory.
2
Establish the following variables:
CF_SHARED_LIBS
LD_LIBRARY_PATH
For example:
# Set up shared library path for ColdFusion to pick up Verity
# shared libs. Use path syntax - entries separated by colon.
# Use _ss026/bin for Solaris and _ilnx21/bin for Linux
# CF_SHARED_LIBS="${CF_SHARED_LIB}:${CF_SHARED_LIB}/_ss026/bin"
CF_SHARED_LIBS="${CF_SHARED_LIB}:${CF_SHARED_LIB}/_ilnx21/bin"
LD_LIBRARY_PATH="${CF_SHARED_LIBS}:${LD_LIBRARY_PATH}"
3
Save the startup script and restart the WebLogic Server.
Enable ColdFusion security in Windows
1
Open the startup script for the WebLogic domain, which is typically the startWebLogic cmd file, which is
located in the wldomain_root\bin directory.
2
Establish or append to the following variable:
CF_SECURITY_JVM_OPTIONS
MEM_ARGS
If you are not using JRockit, append -Xms32m -Xmx512m -Xss64k
-XX:MaxPermSize=128m to the existing MEM_ARGS line of the startup script.
If you are using JRockit, append -Xms32m -Xmx512m -Xss64k to the existing MEM_ARGS line of the
startup script.
JAVA_OPTIONS
Append the CF_SECURITY_JVM_OPTIONS variable to the existing JAVA_OPTIONS line of the startup
script)
For example:
@rem Security options are only required if enabling sandbox security