Adobe 38043740 User Guide - Page 57

Start the ColdFusion Administrator, which runs the Configuration Wizard.

Page 57 highlights

ADOBE COLDFUSION 8 53 Installing and Using ColdFusion java_home/bin/jar -xvf ../rds.war 4 Open the weblogic.policy file. On WebLogic 10, the file is located in the BEA_HOME/wlserver_10.0/server/lib/ directory. In a text editor, comment out the restrictive permissions, and add permission java.security.AllPermission; to the default permissions section, as the following example shows: ... // default permissions granted to all domains grant { permission java.security.AllPermission; /* permission java.util.PropertyPermission "java.version", "read"; permission java.util.PropertyPermission "java.vendor", "read"; ... permission java.util.PropertyPermission "java.vm.name", "read"; */ }; ... 5 Deploy the cfusion and CFIDE directory structures using your site-specific WebLogic deployment method. 6 Ensure that jintegra.jar is in the classpath in the startup script. 7 Review the console messages and server log to ensure that ColdFusion 8 deployed successfully. 8 Start the ColdFusion Administrator, which runs the Configuration Wizard. 9 To install any other integrated Adobe or third-party technologies, see "Installing Integrated Technologies" on page 67. 10 Configure and manage your system, as described in "Configuring Your System" on page 75. 11 To learn about ColdFusion, read the documentation, which is accessible through the Documentation link on the Resources page of the ColdFusion Administrator. Note: You must copy the version of tools.jar that the application server uses to the cfusion/lib directory. Configure operating system-specific binary support in Windows 1 Locate the startup script for the WebLogic domain, which is typically the startWebLogic cmd 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:

  • 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

53
ADOBE COLDFUSION 8
Installing and Using ColdFusion
java_home/bin/jar -xvf ../rds.war
4
Open the weblogic.policy file. On WebLogic 10, the file is located in the
BEA_HOME
/wlserver_10.0/server/lib/
directory. In a text editor, comment out the restrictive permissions, and add permission java.security.AllPer-
mission; to the default permissions section, as the following example shows:
...
// default permissions granted to all domains
grant {
permission java.security.AllPermission;
/*
permission java.util.PropertyPermission "java.version", "read";
permission java.util.PropertyPermission "java.vendor", "read";
...
permission java.util.PropertyPermission "java.vm.name", "read";
*/
};
...
5
Deploy the cfusion and CFIDE directory structures using your site-specific WebLogic deployment method.
6
Ensure that jintegra.jar is in the classpath in the startup script.
7
Review the console messages and server log to ensure that ColdFusion 8 deployed successfully.
8
Start the ColdFusion Administrator, which runs the Configuration Wizard.
9
To install any other integrated Adobe or third-party technologies, see “Installing Integrated Technologies” on
page 67.
10
Configure and manage your system, as described in “Configuring Your System” on page 75.
11
To learn about ColdFusion, read the documentation, which is accessible through the Documentation link on
the Resources page of the ColdFusion Administrator.
Note:
You must copy the version of tools.jar that the application server uses to the cfusion/lib directory.
Configure operating system-specific binary support in Windows
1
Locate the startup script for the WebLogic domain, which is typically the startWebLogic cmd 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: