steps to compile jsp pages in oracle apps

5
HBC SAW JSP Page creation/ Modification Document Control Prepared by: Author Position Company J Phani J Phanindhar Reddy Sr System Engineer IBM Global Services Reviewed by: Name Position Date Company IBM Change Control: Name Date Version Comment Note to Holders:

Upload: premchand

Post on 18-Nov-2014

119 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Steps to Compile  Jsp Pages in Oracle Apps

HBC SAW JSP Page creation/ Modification

Document Control

Prepared by:

Author Position Company

J PhaniJ Phanindhar Reddy Sr System Engineer IBM Global Services

Reviewed by:

Name Position Date Company

IBM

Change Control:

Name Date Version Comment

Note to Holders:

If you receive an electronic copy of this document and print it out, please write your name on the equivalent of the cover page, for document control purposes.

If you receive a hard copy of this document, please write your name on the front cover, for document control purposes.

Page 2: Steps to Compile  Jsp Pages in Oracle Apps

Case No Description Process Steps Screenshots

1 Create or Modify the JSP page in SAW (I-Store Module).

1) Create the JSP file (new JSP) or for the modification, FTP the file from server to your local machine.

2) Make the changes to the file and FTP back to the server.

3) Delete the old CLASS and JAVA files of the JSP from the server.

4) Bounce Back the Apache Server

Note: - Server path where you have to FTP the JSP file and delete the JAVA and CLASS files of specific JSP file.

(cd $XXCOFI_TOP/comn/XXCOFIhtml )

Note: - Server path from where you have to delete appropriate java and class files).

Page 3: Steps to Compile  Jsp Pages in Oracle Apps

(cd $COMMON_TOP/_pages/_xxcofihtml)

2 Create or Modify the JSP page in Application

1) Create the JSP file (new JSP) or for the modification, FTP the file from server to your local machine.

2) Make the changes to the file and FTP back to the server.

3) Delete the old CLASS and JAVA files of the JSP from the server.

4) Bounce Back the Apache Server

Note: - Server path where you have to FTP the JSP file and delete the JAVA and CLASS files of specific JSP file.

(cd $OA_HTML)

Note: - Server path from where you have to delete appropriate java and class files).

Page 4: Steps to Compile  Jsp Pages in Oracle Apps

(cd $COMMON_TOP/_pages/_oa__html)

5) If you are creating the new JSP file, then you have to register it in the application. If it is new JSP file, then following steps would be a applicable.

i) Create Form

ii) Create Function

iii) Attach it to MENU

For registering the new JSP page in application.

The Registering screenshot steps are the steps related to the 1200 Tracker.