Thursday, February 18, 2010

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).

(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

No comments:

Post a Comment