- First we need to transfer the java class files to our server by using below second step.
- Then go to putty->user name /passwordCd $JAVA_TOPPwdHere it will show the java top (In this path we need to move our java class files or else move your project folder to java top).
- After moving, we need to run the below script in puttyjava oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/TestSearchPJ/oracle/apps/ar/search/webui/SearchPG.xml -username apps -password apps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=r12.infogain.com)(PORT=1521))(CONNECT_DATA=(SID=VISR12)))" -rootdir $JAVA_TOPOnce executed you can able to see the message like ‘Imported Completed.’ in the same screen window.
- Then after we need to reset the application server (Ensure that no one should working on server)../adopmnctl.sh stopall./adopmnctl.sh startall./adopmnctl.sh status.
- We need to register the OAF form in application (same as form registration).First we need to create form function in system administrator responsibility (In web HTML, we need to call our xml page path eg: OA.jsp?page=/TestSearchPJ/oracle/apps/ar/search/webui/SearchPG )Then after we need to add this function under respective responsibility menu.Note: Yellow color should be your project path as you created in your system.
Wednesday, September 16, 2015
OAF Page Deployment Steps
Subscribe to:
Posts (Atom)