MACROMEDIA COLDFUSION MX 61 - INSTALLING COLDFUSION MX FOR IBM WEBSPHERE APPLICATION SERVER Spécifications Page 44

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 81
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 43
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
3.
a.
b.
c.
d.
4.
5.
6.
7.
cd cf_install_directory
md cfusion (Windows, mkdir cfusion on UNIX)
md CFIDE (Windows, mkdir CFIDE on UNIX)
Change to the cfusion directory and expand the cfusion.war file with the jar command:
cd cfusion
java_home/bin/jar -xvf ../cfusion.war
Go up one level to the install directory:
cd ..
Go to the CFIDE directory and expand the rds.war file with the jar command:
cd CFIDE
java_home/bin/jar -xvf ../rds.war
Open the weblogic.policy file. On WebLogic 11g, the file is located in the /wlserver_1WebLogic_HOME
0.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";
*/
};
...
Deploy the cfusion and CFIDE directory structures using your site-specific WebLogic deployment
method.
Ensure that the following jars are in the startup script's classpath.
WEB-INF/cfusion/lib/jintegra.jar
WEB-INF/flex/jars/cfgatewayadapter.jar
WEB-INF/flex/jars/concurrent.jar
Vue de la page 43
1 2 ... 39 40 41 42 43 44 45 46 47 48 49 ... 80 81

Commentaires sur ces manuels

Pas de commentaire