OFSAA Installation Steps
Install Oracle Database
Create database user to store OFSAA configuration
SQL> create user configuser identified by welcome1;
Grant privileges to user created in previous step by running privileges_config_user.sql
SQL>@privileges_config_user.sql
SQL>grant unlimited tablespace to configuser;
Install JDK 1.6.0_17
Install WebLogic Server 10.3.1 (If you are installing weblogic with 64 bit JDK then follow steps mentioned here )
Create weblogic domain by running config.sh (For steps on how to create domain in weblogic click here )
Create JDBC in domain with JNDI as jndi/FICMASTER (For steps on how to create/configure JDBC in WebLogic click here
Fill value in file OFSAAI_InstallConfig.xml file (Use configuration guide embedded under installation guide for parameter and value )
Install OFSAA by running Setup.sh GUI (This script will use OFSAAI_InstallConfig.xml as parameter file). If you hit error regarding elif then add below entry at top of file
#!/bin/bash
Create EAR & WAR file by running $OFSAA_HOME/ficweb/ant.sh
Deploy EAR/WAR file created in previous step on WebLogic Server
(For steps on how to deploy application is weblogic server click here )
Start deployed application from WebLogic console
Test OFSAA application
No comments:
Post a Comment