Steps to Deploy the OFSAA application in WEBLOGIC server:

Steps to Deploy the OFSAA application in WEBLOGIC server:
=========================================================

1) Generate the "context_name.ear" from the FIC_WEB area by executing the ./ant.sh
2) Create a folder by the name "applications" within the domain directory
3) Create a folder by the name "context_name.ear" within the newly created "applications" folder
4) Copy the context_name.ear file from the FIC_WEB folder to the newly create the "context_name.ear" folder created within the applciations folder
5) Explode the .ear file copied from the FIC_WEB area (jar -xvf context_name.ear), There are 2 files and 1 directory created after the .ear file is exploded as mentioned below
 a) context_name.war ---> file
 b) context_name.ear ---> file
 c) META_INF      ---> folder
6) Delete the above files (.ear and .war files) 
7) Create a new folder by the name "context_name.war"
8) Copy the context_name.war file from the FIC_WEB area into the newly created "context_name.war" folder
9) Explode the context_name.war file (jar -xvf context_name.war)
10) Folder and files which are same as in the FIC_WEB area are created on exploding

log into the weblogic console
=============================

1) create data sources for atomic and config schemas
2) Make sure the REVELEUS server is up before the deployment is started in the WEBLOGIC
3) Before deploying, increase the memory for the webserver. Navigate to domain/bin and modify the below mentioned properties in the file setDomainEnv.sh 
  WLS_MEM_ARGS_64BIT="-Xms512m -Xmx512m"
  export WLS_MEM_ARGS_64BIT

  WLS_MEM_ARGS_32BIT="-Xms512m -Xmx512m"
  export WLS_MEM_ARGS_32BIT 
4) From the Deployments int he console, deploy the context_name.ear
5) once the deployment is complete, restart both APP and WEB servers and login to OFSAA

Comments

Post a Comment

Popular posts from this blog

Steps for OFSAA ALM cash flow generation

Client / Server Applications