Adobe 38043740 - ColdFusion Standard - Mac User Manual page 57

User guide
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

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";
*/
};
...
Deploy the cfusion and CFIDE directory structures using your site-specific WebLogic deployment method.
5
Ensure that jintegra.jar is in the classpath in the startup script.
6
Review the console messages and server log to ensure that ColdFusion 8 deployed successfully.
7
Start the ColdFusion Administrator, which runs the Configuration Wizard.
8
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
Locate the startup script for the WebLogic domain, which is typically the startWebLogic cmd file, which is
1
located in the wldomain_root\bin directory.
Make a backup copy of this file.
2
Open the startup script.
3
4
Establish the following basic variables at the beginning of the script:
ADOBE COLDFUSION 8
Installing and Using ColdFusion
53

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 8

Table of Contents