JSP Performance in Oracle Portal Server [message #254168] |
Thu, 26 July 2007 01:12 |
harsha.m@vertexcs.com
Messages: 1 Registered: July 2007 Location: Hyderabad,India
|
Junior Member |
|
|
This is Harsha .This is regarding the issues/ doubts that we have with Oracle Portal Server and portlets.
The scenario is we have a JSP page in which we are calling four portlets. Based on the User role the JSP view will be changed. Hence the JSP contains if else blocks and based on the user role respective portlet will be invoked.
We are facing an issue where when a user logs in, the display is taking approx. 9 secs and on subsequent visits within the same login, it is much faster. This is true even when the user logs out and logs back in. We are not clear if the portal server is trying to recompile the page on each login. To verify this, we want to know where the compiled JSP’s (Class files) will reside. The Portlets are simple templates. The portlets that we have are menu bar, banner, left navigation and footer.
Also we want to know that if it is possible to use <jsp: include> tag in a JSP in oracle portal server? If yes then how to give the file path. We have observed that in Oracle portal server whenever we want to call a JSP it is taking the display name and when we try to give the display name in the <jsp:include> it is giving an error.
We are using Oracle 10g and we don’t have JDeveloper Plugged to it.
|
|
|
|