Adobe 38043740 User Guide - Page 52

On Solaris

Page 52 highlights

48 CHAPTER 5 Installing the J2EE Configuration SET PATH=%PATH%;cf_webapp_root\WEB-INF\cfusion\jintegra\bin;cf_webapp_root\WEBINF\cfusion\jintegra\bin\international Replace cf_webapp_root with the path to your web application root directory, for example: SET PATH=%PATH%;%WAS_HOME%\installedApps\%WAS_CELL%\AdobeColdFusion8.ear\cfusion.ear\cfus ion.war\WEBINF\cfusion\jintegra\bin;%WAS_HOME%\installedApps\%WAS_CELL%\Adobe_ColdFusion_8.ear\c fusion.war\WEB-INF\cfusion\jintegra\bin\international 3 Save the file. In some cases, you might also have to do the following to register the Microsoft Type viewer: 4 Open a console window and go to the cf_webapp_root\WEB-INF\cfusion\lib directory. 5 Register TypeViewer.dll by issuing the following command: regsvr32 TypeViewer.dll Configure operating system-specific binary support for Solaris and Linux This process is required to support CFX tags written in C++ that use binaries that are specific to your operating system. You must configure the search paths to find the required binary files, which are located in the cf_webapp_root/WEB-INF/cfusion/lib directory. Configure search path 1 Make a backup copy of the startServer.sh file, which is located in the websphere_root/AppServer/bin directory. The path specifications in these instructions assume that you deployed ColdFusion using the standard application name (Adobe ColdFusion 8) and did not rename the application. 2 Open the original file, and in the PLATFORM case block, just above the LD_LIBRARY_PATH or LIBPATH line, add the following entry on a single, long line: On Solaris: CFMX_APPS_PATH=cf_webapp_root/WEB-INF/cfusion/lib Replace cf_webapp_root with the path to your web application root directory; for example: CF_APPS_PATH="$WAS_HOME"/installedApps/"$WAS_CELL"/ Adobe_ColdFusion_8.ear/cfusion.war/WEB-INF/cfusion/lib On Linux:

  • 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
48
Installing the J2EE Configuration
SET PATH=%PATH%;cf_webapp_root\WEB-INF\cfusion\jintegra\bin;cf_webapp_root\WEB-
INF\cfusion\jintegra\bin\international
Replace
cf_webapp_root
with the path to your web application root directory, for example:
SET
PATH=%PATH%;%WAS_HOME%\installedApps\%WAS_CELL%\AdobeColdFusion8.ear\cfusion.ear\cfus
ion.war\WEB-
INF\cfusion\jintegra\bin;%WAS_HOME%\installedApps\%WAS_CELL%\Adobe_ColdFusion_8.ear\c
fusion.war\WEB-INF\cfusion\jintegra\bin\international
3
Save the file.
In some cases, you might also have to do the following to register the Microsoft Type viewer:
4
Open a console window and go to the
cf_webapp_root
\WEB-INF\cfusion\lib directory.
5
Register TypeViewer.dll by issuing the following command:
regsvr32 TypeViewer.dll
Configure operating system-specific binary support for Solaris and Linux
This process is required to support CFX tags written in C++ that use binaries that are specific to your operating
system.
You must configure the search paths to find the required binary files, which are located in the
cf_webapp_root
/WEB-INF/cfusion/lib directory.
Configure search path
1
Make a backup copy of the startServer.sh file, which is located in the
websphere_root
/AppServer/bin directory.
The path specifications in these instructions assume that you deployed ColdFusion using the standard appli-
cation name (Adobe ColdFusion 8) and did not rename the application.
2
Open the original file, and in the PLATFORM case block, just above the LD_LIBRARY_PATH or LIBPATH
line, add the following entry on a single, long line:
On Solaris:
CFMX_APPS_PATH=cf_webapp_root/WEB-INF/cfusion/lib
Replace
cf_webapp_root
with the path to your web application root directory; for example:
CF_APPS_PATH="$WAS_HOME"/installedApps/"$WAS_CELL"/
Adobe_ColdFusion_8.ear/cfusion.war/WEB-INF/cfusion/lib
On Linux: