Wednesday, June 1, 2011

AIA Foundation Pack-Fulfill Prerequisites for Script Based Deployment


To fulfill the prerequisites for script based deployment of Foundation Pack configure the following environment variables:
  1. Set MW_HOME (where you have installed FMW 11g).
  2. Set SOA_HOME to the directory where you have installed SOA 11g. For example c:\MW_HOME\AS11gR1SOA.
  3. Set AIA_HOME to the directory where you have copied AIA software. For example d:\AIA_HOME.
  4. Set JAVA_HOME to directory where you have installed Java.
  5. Set ANT_OPTS="-Xms512m -Xmx1024m -XX:MaxPermSize=512m".
  6. Set ORACLE_HOME=$SOA_HOME.
  7. Set WEBLOGIC_HOME=$MW_HOME/wlserver_10.3.
  8. Set HARVESTER_HOME=$AIA_HOME/Infrastructure/LifeCycle/AIAHarvester.
  9. Set ANT_HOME=${MW_HOME}/modules/org.apache.ant_<version number>. For example, 1.7.1.
  10. Set PATH=.:$JAVA_HOME/bin:$ANT_HOME/bin:$PATH.
  11. Set CLASSPATH=.:${WL_HOME}/server/lib/weblogic.jar: ${AIA_HOME}/lib/aia.jar: ${AIA_HOME}/lib/aia-utils.jar: ${MW_HOME}/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar: ${MW_HOME}/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar: ${MW_HOME}/oracle_common/modules/oracle.osdt_11.1.1/osdt_xmlsec.jar: ${MW_HOME}/oracle_common/modules/oracle.jps_11.1.1/jps-e.jar: ${MW_HOME}/oracle_common/modules/oracle.jps_11.1.1/jps-common.jar: ${MW_HOME}/oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar: ${MW_HOME}/oracle_common/modules/oracle.jps_11.1.1/jps-unsupported-api.jar: ${MW_HOME}/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar: ${MW_HOME}/oracle_common/modules/oracle.idm_11.1.1/identitystore.jar: ${MW_HOME}/oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar: $CLASSPATH.

Amazon Bedrock and AWS Rekognition comparison for Image Recognition

 Both Amazon Bedrock and AWS Rekognition are services provided by AWS, but they cater to different use cases, especially when it comes to ...