Adobe 38043740 User Guide - Page 58

Cf_shared_lib

Page 58 highlights

54 CHAPTER 5 Installing the J2EE Configuration • CF_WEB_INF • CF_SHARED_LIB For example: SET CF_WEB_INF=cf_webapp_root\WEB-INF SET CF_SHARED_LIB=%CF_WEB_INF%\cfusion\lib 5 Save the startup script and restart the WebLogic Server. Enable COM support for 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 the following variables: • JINTEGRA_PATH • PRE_CLASSPATH • PRE_PATH For example: SET JINTEGRA_PATH= %CF_WEB_INF%\cfusion\jintegra\bin; %CF_WEB_INF%\cfusion\jintegra\bin\international SET PRE_CLASSPATH=%CF_SHARED_LIB%\jintegra.jar SET PRE_PATH=%CF_SHARED_LIB%;%JINTEGRA_PATH% Configure operating system-specific binary support in UNIX 1 Locate the startup script for the WebLogic domain, which is typically the startWebLogic.sh file, which is located in the wldomain_root\bin directory. 2 Make a backup copy of this file. 3 Open the startup script. 4 Establish the following basic variables at the beginning of the script: • CF_WEB_INF • CF_SHARED_LIB For example: CF_WEB_INF=cf_webapp_root/WEB-INF CF_SHARED_LIB=${CF_WEB_INF}/cfusion/lib

  • 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

CHAPTER 5
54
Installing the J2EE Configuration
CF_WEB_INF
CF_SHARED_LIB
For example:
SET CF_WEB_INF=cf_webapp_root\WEB-INF
SET CF_SHARED_LIB=%CF_WEB_INF%\cfusion\lib
5
Save the startup script and restart the WebLogic Server.
Enable COM support for 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 the following variables:
JINTEGRA_PATH
PRE_CLASSPATH
PRE_PATH
For example:
SET JINTEGRA_PATH= %CF_WEB_INF%\cfusion\jintegra\bin;
%CF_WEB_INF%\cfusion\jintegra\bin\international
SET PRE_CLASSPATH=%CF_SHARED_LIB%\jintegra.jar
SET PRE_PATH=%CF_SHARED_LIB%;%JINTEGRA_PATH%
Configure operating system-specific binary support in UNIX
1
Locate the startup script for the WebLogic domain, which is typically the startWebLogic.sh file, which is located
in the wldomain_root\bin directory.
2
Make a backup copy of this file.
3
Open the startup script.
4
Establish the following basic variables at the beginning of the script:
CF_WEB_INF
CF_SHARED_LIB
For example:
CF_WEB_INF=cf_webapp_root/WEB-INF
CF_SHARED_LIB=${CF_WEB_INF}/cfusion/lib