Portal, Version 6.1 Operating systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows
Use a JSP element
When using a JSP element, you enter a path to a JSP file.
- Enter the path to the JSP file. The path must begin with a forward slash.
For example:
/path/jspfilename.jspStoring JSP Files
JSP files can be located:
- within the was_profile_root/installedApps/node-name/wcm.ear/ilwwcm.war directory of your server.
The JSP page is also stored in the client war directory of the local rendering portlet or of the servlet or portlet that calls the JSP, if using the WCM API. For example, to render a JSP page on a local rendering portlet, you would also need to store a copy of the JSP file under was_profile_root/installedApps/node-name/PA_WCM LocalRendering.ear/ilwwcm-localrende.war
- within any other web application running on portal. When referencing JSP files in another web application, use the following path: contextPath;jspPath
For example: /wps/customapplication;/jsp/editor.jsp
- Enter an error message to display if there is an error in executing the JSP.
Parent topic
JSP elements
Library | Support |
Copyright IBM Corporation 2000, 2008.