Slow rendering of JSP pages

Hello,
We are in the process of upgrading iPlanet 4.1 to 6.1Sp2. We have made enhancements to our code to support this effort, ie making our session bean serializable, adding the context dir in jsp to jsp calls.
Right now we are noticing slow rendering speed for jsp pages compared to iPlanet 4.1. It seems the page loads to a certain point, there is about 2-4 second delay before the page completes loading.
I've activated the monitor for performance statistics.
Here is the perf dump.
webservd pid: 8109
Sun ONE Web Server 6.1SP2 B04/07/2004 16:09 (SunOS DOMESTIC)
Server started Tue Jul 13 10:33:08 2004
Process 8109 started Tue Jul 13 10:33:08 2004
ConnectionQueue:
Current/Peak/Limit Queue Length 0/1/4096
Total Connections Queued 11
Average Queue Length (1, 5, 15 minutes) 0.00, 0.00, 0.00
Average Queueing Delay 0.15 milliseconds
ListenSocket group1:
Address http://10.201.1.53:80
Acceptor Threads 1
Default Virtual Server https-infa.net
KeepAliveInfo:
KeepAliveCount 2/256
KeepAliveHits 44
KeepAliveFlushes 0
KeepAliveRefusals 0
KeepAliveTimeouts 8
KeepAliveTimeout 30 seconds
SessionCreationInfo:
Active Sessions 2
Keep-Alive Sessions 0
Total Sessions Created 48/256
CacheInfo:
enabled yes
CacheEntries 27/1024
Hit Ratio 82/140 ( 58.57%)
Maximum Age 30
Native pools:
NativePool:
Idle/Peak/Limit 1/1/128
Work Queue Length/Peak/Limit 0/0/0
Server DNS cache disabled
Async DNS disabled
Performance Counters:
Average Total Percent
Total number of requests: 57
Request processing time: 1.2522 71.3780
default-bucket (Default bucket)
Number of Requests: 57 (100.00%)
Number of Invocations: 866 (100.00%)
Latency: 0.0003 0.0174 ( 0.02%)
Function Processing Time: 1.2519 71.3606 ( 99.98%)
Total Response Time: 1.2522 71.3780 (100.00%)
Sessions:
Process Status Function
8109 response service-dump
response service-j2ee

Here is a sample of jsp that renders partially. Each page renders to the same spot for that page, then there is a 5-10 second delay before the page finishes.
<-- Partial Page rendered -->
<HTML>
<HEAD>
<TITLE> FAST : Health Check</TITLE>
<link rel="stylesheet" type="text/css" href="/styles/table.css">
<script>
<!--
if (top.location != location) top.location.href = location.href;
//-->
</script>
</HEAD>
<BODY BACKGROUND="/graphics/BACK25.jpg" BGPROPERTIES="FIXED">
<SCRIPT>
var menuBarOption = "";
</SCRIPT>
<SCRIPT>
<!-- Begin
var activeColor = "#COCOCO";
var inActiveColor = "#000066";
var whatColor = "#000066";
var fontColor = "#COCOCO";
document.write('<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="780" height="80">');
document.write('<TR>');
document.write('<TD ALIGN="right" width="300" rowspan="2" bgcolor="#FFFFFF" valign="bottom"><a href="/"><img border="0" src="/graphics/infaheadbig2.jpg" align="absbottom" width="300" height="80"></a>');
document.write('</TD>');
document.write('<TD ALIGN="right" valign="bottom" bgcolor="#FFFFFF">');
document.write('<table border="0" cellspacing="0" cellpadding="2" valign="bottom">');
document.write(' <tr>');
document.write('<td align="center">');
document.write('<font face="Arial" size="1" color="#FFFFFF"><a target="_blank" href="http://www.forwardair.com"  style="color: red">www.ForwardAir.com</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/" style="color: #000066">Home</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/servlet/salesCRM/logon.jsp"  style="color: #000066">Sales & Marketing</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/servlet/operations/logon.jsp" style="color: #000066">Operations</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/servlet/corporate/login.jsp" style="color: #000066">Corporate</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/fast/fast.htm" style="color: #000066">FAST</a></font>');
document.write('</td>');
document.write(' </tr>');
document.write('</table>');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD ALIGN="left" bgColor="#FFFFFF" valign="bottom">');
document.write('<table border="0" cellspacing="1" width="100%">');
document.write('<tr>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "AIRBILLS") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Airbills<br>');
document.write('<a href="/servlet/airbills/fatnt.jsp">');
document.write('<img border="0" src="/graphics/boxicon.gif" width="32" height="32"></a></font></td>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "EMPLOYEES") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Directory<br>');
document.write('<a href="/directory.htm">');
document.write('<img border="0" src="/graphics/peopleicon.gif" width="32" height="32"></a></font></td>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "BENEFITS") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Benefits<br>');
document.write('<a href="/employees/benefits.htm">');
document.write('<img border="0" src="/graphics/moneyicon.gif" width="32" height="32"></a></font></td>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "FORMS") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Forms<br>');
document.write('<a href="/forms.htm">');
document.write('<img border="0" src="/graphics/formicon2.gif" width="32" height="32"></a></font></td>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "NEWS") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">News<br>');
document.write('<a href="/news.htm">');
document.write('<img border="0" src="/graphics/newsicon.gif" width="32" height="32"></a></font></td>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "TOOLS") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Tools<br>');
document.write('<a href="/tools.htm">');
document.write('<img border="0" src="/graphics/toolsicon.gif" width="32" height="32"></a></font></td>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "SEARCH") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Search<br>');
document.write('<a href="/search.htm">');
document.write('<img border="0" src="/graphics/magglassicon.gif" width="32" height="32"></a></font></td>');
document.write('</TR>');
document.write('</TABLE>');
document.write('</TD>');
document.write('</TABLE>');
// End -->
</SCRIPT>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD width="85" height="600" bgcolor="#000066" VALIGN="TOP">
<BR>
<SCRIPT>
var publicSCRMOption  = "PROCESSES";
</SCRIPT>
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="LEFT">
<TR><TD height="15" NOWRAP>
<FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFFFFF">
<STRONG>  FAST Menu </STRONG></FONT>
</TD></TR>
<TR><TD height="15" NOWRAP>
<SCRIPT>
if (publicSCRMOption == "WEBTRENDS")
     document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
else
     document.write(' ');
</SCRIPT>
<A HREF="/fast/fast.htm"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
<SPAN STYLE="{text-decoration:none}"><STRONG> WebTrends</STRONG></SPAN></FONT></A>
</TD></TR>
<TR><TD height="15" NOWRAP>
<SCRIPT>
if (publicSCRMOption == "PREMIER")
     document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
else
     document.write(' ');
</SCRIPT>
<A HREF="/servlet/fast/premierLogin.jsp"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
<SPAN STYLE="{text-decoration:none}"><STRONG> Premier</STRONG></SPAN></FONT></A>
</TD></TR>
<TR><TD height="15" NOWRAP>
<SCRIPT>
if (publicSCRMOption == "PROCESSES")
     document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
else
     document.write(' ');
</SCRIPT>
<A HREF="/servlet/faf.unix.servlet.GetHealthCheckServlet"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
<SPAN STYLE="{text-decoration:none}"><STRONG> Processes</STRONG></SPAN></FONT></A>
</TD></TR>
<TR><TD height="15" NOWRAP>
<SCRIPT>
if (publicSCRMOption == "EDISTATUS")
     document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
else
     document.write(' ');
</SCRIPT>
<A HREF="/servlet/faf.unix.servlet.GetEDIStatusServlet"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
<SPAN STYLE="{text-decoration:none}"><STRONG> EDI</STRONG></SPAN></FONT></A>
</TD></TR>
<TR><TD height="15" NOWRAP>
<SCRIPT>
if (publicSCRMOption == "SANIT<--- End of Partial Page --->
This is the complete page which take about 5-10 seconds
<--- Beginning of Completed Page --->
<HTML>
<HEAD>
<TITLE> FAST : Health Check</TITLE>
<link rel="stylesheet" type="text/css" href="/styles/table.css">
<script>
<!--
if (top.location != location) top.location.href = location.href;
//-->
</script>
</HEAD>
<BODY BACKGROUND="/graphics/BACK25.jpg" BGPROPERTIES="FIXED">
<SCRIPT>
var menuBarOption = "";
</SCRIPT>
<SCRIPT>
<!-- Begin
var activeColor = "#COCOCO";
var inActiveColor = "#000066";
var whatColor = "#000066";
var fontColor = "#COCOCO";
document.write('<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="780" height="80">');
document.write('<TR>');
document.write('<TD ALIGN="right" width="300" rowspan="2" bgcolor="#FFFFFF" valign="bottom"><a href="/"><img border="0" src="/graphics/infaheadbig2.jpg" align="absbottom" width="300" height="80"></a>');
document.write('</TD>');
document.write('<TD ALIGN="right" valign="bottom" bgcolor="#FFFFFF">');
document.write('<table border="0" cellspacing="0" cellpadding="2" valign="bottom">');
document.write(' <tr>');
document.write('<td align="center">');
document.write('<font face="Arial" size="1" color="#FFFFFF"><a target="_blank" href="http://www.forwardair.com"  style="color: red">www.ForwardAir.com</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/" style="color: #000066">Home</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/servlet/salesCRM/logon.jsp"  style="color: #000066">Sales & Marketing</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/servlet/operations/logon.jsp" style="color: #000066">Operations</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/servlet/corporate/login.jsp" style="color: #000066">Corporate</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/fast/fast.htm" style="color: #000066">FAST</a></font>');
document.write('</td>');
document.write(' </tr>');
document.write('</table>');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD ALIGN="left" bgColor="#FFFFFF" valign="bottom">');
document.write('<table border="0" cellspacing="1" width="100%">');
document.write('<tr>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "AIRBILLS") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Airbills<br>');
document.write('<a href="/servlet/airbills/fatnt.jsp">');
document.write('<img border="0" src="/graphics/boxicon.gif" width="32" height="32"></a></font></td>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "EMPLOYEES") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Directory<br>');
document.write('<a href="/directory.htm">');
document.write('<img border="0" src="/graphics/peopleicon.gif" width="32" height="32"></a></font></td>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "BENEFITS") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Benefits<br>');
document.write('<a href="/employees/benefits.htm">');
document.write('<img border="0" src="/graphics/moneyicon.gif" width="32" height="32"></a></font></td>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "FORMS") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Forms<br>');
document.write('<a href="/forms.htm">');
document.write('<img border="0" src="/graphics/formicon2.gif" width="32" height="32"></a></font></td>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "NEWS") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">News<br>');
document.write('<a href="/news.htm">');
document.write('<img border="0" src="/graphics/newsicon.gif" width="32" height="32"></a></font></td>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "TOOLS") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Tools<br>');
document.write('<a href="/tools.htm">');
document.write('<img border="0" src="/graphics/toolsicon.gif" width="32" height="32"></a></font></td>');
whatColor = inActiveColor;
fontColor = activeColor;
if (menuBarOption == "SEARCH") {
   whatColor = activeColor;
   fontColor = inActiveColor;
document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Search<br>');
document.write('<a href="/search.htm">');
document.write('<img border="0" src="/graphics/magglassicon.gif" width="32" height="32"></a></font></td>');
document.write('</TR>');
document.write('</TABLE>');
document.write('</TD>');
document.write('</TABLE>');
// End -->
</SCRIPT>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD width="85" height="600" bgcolor="#000066" VALIGN="TOP">
<BR>
<SCRIPT>
var publicSCRMOption  = "PROCESSES";
</SCRIPT>
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="LEFT">
<TR><TD height="15" NOWRAP>
<FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFFFFF">
<STRONG>  FAST Menu </STRONG></FONT>
</TD></TR>
<TR><TD height="15" NOWRAP>
<SCRIPT>
if (publicSCRMOption == "WEBTRENDS")
     document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
else
     document.write(' ');
</SCRIPT>
<A HREF="/fast/fast.htm"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
<SPAN STYLE="{text-decoration:none}"><STRONG> WebTrends</STRONG></SPAN></FONT></A>
</TD></TR>
<TR><TD height="15" NOWRAP>
<SCRIPT>
if (publicSCRMOption == "PREMIER")
     document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
else
     document.write(' ');
</SCRIPT>
<A HREF="/servlet/fast/premierLogin.jsp"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
<SPAN STYLE="{text-decoration:none}"><STRONG> Premier</STRONG></SPAN></FONT></A>
</TD></TR>
<TR><TD height="15" NOWRAP>
<SCRIPT>
if (publicSCRMOption == "PROCESSES")
     document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
else
     document.write(' ');
</SCRIPT>
<A HREF="/servlet/faf.unix.servlet.GetHealthCheckServlet"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
<SPAN STYLE="{text-decoration:none}"><STRONG> Processes</STRONG></SPAN></FONT></A>
</TD></TR>
<TR><TD height="15" NOWRAP>
<SCRIPT>
if (publicSCRMOption == "EDISTATUS")
     document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
else
     document.write(' ');
</SCRIPT>
<A HREF="/servlet/faf.unix.servlet.GetEDIStatusServlet"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
<SPAN STYLE="{text-decoration:none}"><STRONG> EDI</STRONG></SPAN></FONT></A>
</TD></TR>
<TR><TD height="15" NOWRAP>
<SCRIPT>
if (publicSCRMOption == "SANITYCHECK")
     document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
else
     document.write(' ');
</SCRIPT>
<A HREF="/servlet/faf.unix.servlet.GetSanityCheckDiagnosticServlet"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
<SPAN STYLE="{text-decoration:none}"><STRONG>Sanity Check</STRONG></SPAN></FONT></A>
</TD></TR>
<TR><TD height="15" NOWRAP>
<SCRIPT>
if (publicSCRMOption == "FASTBOOK")
     document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
else
     document.write(' ');
</SCRIPT>
<A HREF="/fast/fastBook.htm"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
<SPAN STYLE="{text-decoration:none}"><STRONG> FAST Book</STRONG></SPAN></FONT></A>
</TD></TR>
<TR><TD height="15" NOWRAP>
<SCRIPT>
if (publicSCRMOption == "AWBREPORT")
     document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
else
     document.write(' ');
</SCRIPT>
<A HREF="/servlet/faf.unix.servlet.AWBCountReportServlet"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
<SPAN STYLE="{text-decoration:none}"><STRONG>AWB Report</STRONG></SPAN></FONT></A>
</TD></TR>
</TABLE>
</TD>
<TD width="715" VALIGN="TOP">
<DIV ALIGN="right">
<font size="1" color='black'><script LANGUAGE="JavaScript" SRC="/date.js"></script></font>
</DIV>
<H4>   Process - Health Check</H4>
<form  name="processes" method="POST">
<BLOCKQUOTE>
AS400 DATA PULL - HEALTH CHECK (For IT Personnel Use)
<BR><BR>
<table border="1" bordercolordark="#003366" bordercolorlight="#003366" cellpadding="4" cellspacing="0" width="90%">
<tr bgcolor="#003366">
<TD align="center"><b><font color="#ffffff" size="2">NAME</b></font></TD>
<TD align="center"><b><font color="#ffffff" size="2">RUN</b></font></TD>
<TD align="center"><b><font color="#ffffff" size="2">STARTED</b></font></TD>
<TD align="center"><b><font color="#ffffff" size="2">FINISHED</b></font></TD>
<TD align="center"><b><font color="#ffffff" size="2">FLAG</b></font></TD>
<TD align="center"><b><font color="#ffffff" size="2">RECOVERY</b></font></TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> CLIENTAR </TD><TD align='center'> Daily </TD><TD align='left'> 6/30/04 9:56 AM </TD><TD align='left'> 6/30/04 10:00 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> CONTAINERALERT </TD><TD align='center'> DAILY </TD><TD align='left'> 6/23/04 6:00 AM </TD><TD align='left'> 6/23/04 6:00 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> DAYMONTHREVENUE </TD><TD align='center'> Daily </TD><TD align='left'> 6/23/04 5:20 AM </TD><TD align='left'> 6/23/04 5:39 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'>   </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> FADAILYREVENUE </TD><TD align='center'> Daily </TD><TD align='left'> 6/30/04 10:13 AM </TD><TD align='left'> 6/30/04 10:19 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> FAONTIMECOMPLIANCE </TD><TD align='center'> Daily </TD><TD align='left'> 7/15/04 2:44 PM </TD><TD align='left'> 7/15/04 2:47 PM </TD><TD align='center'> SUCCESS </TD><TD align='left'>   </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> FAPAYROLLLOCS </TD><TD align='center'> WEEKLY </TD><TD align='left'> 6/18/04 4:30 PM </TD><TD align='left'> 6/18/04 4:30 PM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> FAPROCESS </TD><TD align='center'> Daily </TD><TD align='left'> 6/23/04 4:00 AM </TD><TD align='left'> 6/23/04 4:02 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> FATIMESHEET </TD><TD align='center'> WEEKLY </TD><TD align='left'> 6/18/04 4:30 PM </TD><TD align='left'> 6/18/04 4:39 PM </TD><TD align='center'> SUCCESS </TD><TD align='left'> CLEAR DB AND RESTART PROCESS </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> FAVOLUME </TD><TD align='center'> Daily </TD><TD align='left'> 6/30/04 10:30 AM </TD><TD align='left'> 6/30/04 4:15 PM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> HP_EMPEXTRACT </TD><TD align='center'> Daily </TD><TD align='left'> 7/26/04 7:10 AM </TD><TD align='left'> 7/26/04 7:10 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> HP_HOURSLOAD </TD><TD align='center'> Daily </TD><TD align='left'> 7/26/04 7:10 AM </TD><TD align='left'> 7/26/04 7:10 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> HP_PUNCHPROCESS </TD><TD align='center'> Daily </TD><TD align='left'> 7/26/04 7:10 AM </TD><TD align='left'> 7/26/04 7:10 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> MONTHLYVOLUME </TD><TD align='center'> Monthly </TD><TD align='left'> 6/1/04 12:00 AM </TD><TD align='left'> 6/1/04 12:11 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
</tr>
<tr bgcolor="#FFFFFF">
<TD align='center'> PREPAIDRATEMAP </TD><TD align='center'> DAILY </TD><TD align='left'> 6/29/04 10:26 AM </TD><TD align='left'> 6/29/04 10:38 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
</tr>
<TR bgcolor="#FFFFFF">
<TD colspan="6" align="center">
<B>Total records returned : 14</B>
</TD>
</TR>
</TABLE>
</form>
</BLOCKQUOTE>
<script LANGUAGE="JavaScript" SRC="/publicFooter.js"></script>
</TD>
</TR>
</TABLE>
</BODY>
</HTML><--- End of Complete page --->

Similar Messages

  • Is it possible for Backing Bean to drive  the rendering of  JSP page ?

    Any thoughts on this ......
    "Backing Beans should drive the rendering of first jsp page in the application " and not jsp page driving the backing bean or not to put some kind of hard coding in jsp page to see if its admin user then display certain set of UI Components or certain set of other UI components for other users.
    As we have atleast 10 different Roles and there can be Composite Roles i.e. combination of two roles. In this case how does the Backing Bean drives the rendering just the first jsp page in the application?
    Regards
    Bansi

    You can connect to it with file sharing, but you won't be able to use it as an installation source. In other words, you won't be able to reboot the G4 and see that drive over the network to boot from it.
    If your G4's optical drive is consistently problematic, you could replace it quite easily and cheaply (if it's a desktop), or you might look at external optical drives.
    Matt

  • Dynamic Image rendering on JSP page

    Hi All!
    I want to display images on my JSP page. However, the images should be generated dynamically (As are used by many sites during the registration process e.g., yahoo, etc..) How can i achieve this?
    plz help! Its urgent!

    Yes, but your in the wrong forum for this.
    Use the search bar to look for posts and have a look in
    http://forum.java.sun.com/forum.jspa?forumID=5
    There are forums on Multimedia which may also have some information.

  • Slow rendering of all pages. Any suggestions?

    Hi Folks.
    Just after any ideas you may have.
    Application Builder and APEX Admin are fine. They render page requests almost instantly.
    Front end, however, is now taking a little over a minute to render each and every page. Login 62 seconds, post-login screen 65 seconds, subsequent screens roughly 63 seconds each.
    I have had a look at the SYSAUX tablespace where the Flows schemas reside. This is presently using 3025MB of a 3070 allocation. Currently 98.54% used.
    I can access the tables using OEM and SQLDeveloper with no delays.
    I will, of course, be getting our DBA to have a look on Monday morning but I wondered if, in the meantime, any of you had come across anything like this and what the cause/solution was.
    Many thanks
    Simon Gadd
    Application Express 3.1.2.00.02
    Database 10.2.0.3.0

    Hi,
    The trace file will be written to the location identified by the Oracle parameter user_dump_dest. The initialization parameters can be set in the init.ora file. The trace file produced can be converted to a readable format using the tkprof program. Search google for "oracle tkprof" to have examples on how to use it.
    But regarding your problem, you can also enable the debug mode. Viewing a page in Debug Mode enables you to track what the APEX engine is doing as it renders a page. You can access Debug mode by clicking the Debug link in the Developer Toolbar. This functionality displays time codes that correspond to specific APEX engine actions. This way you can see where your application is getting long to render.
    You can also use f?p syntax to run an application in Debug mode. Simply call the page and set the Debug argument to YES. For example: f?p=100:1:&APP_SESSION.::YES
    Paulo Vale
    http://apex-notes.blogspot.com

  • h:form in customized rendering of jsps

    But i am facing another problem.
    i am rendering two jsp pages
    index.jsp<-1.jsp
    <- 2.jsp
    (rendering the two pages based on selection in tabbedpane custom component)
    I have a <h:form> tag with unique ID in index.jsp .
    I have my custom tabbedpane component in it.
    Now using this component i am calling other two pages and renderering them in the same component's workspace.
    When i use another <h:form> tag in either of the 1.jsp or 2.jsp the tabs work for only one time.

    As in a Standard Shell i have header,footer, navigation area ,workspace area.
    I am making a custom tabbedPane component that controls both navigation and workspace area simultaneously.
    Also the url that i return ,is being rendered by method
    getRequestDispatcher(display).include(request, response);
    <html>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://corejsf.com/tabbedpane" prefix="corejsf"%>
    <f:loadBundle basename="com.corejsf.messages" var="msgs" />
    <f:view>
         <head>
         <link href="css/styles.css" rel="stylesheet" type="text/css" />
         <title><h:outputText value="#{msgs.windowTitle}" /></title>
         </head>
         <body>
         <h:form>
         <f:subview id="tabbedpane">
                   <corejsf:tabbedPane resourceBundle="com.corejsf.messages">
                        <corejsf:select label="polarBears"
                             default_workspace="/polarBears.jsp" navigation="/bears_nav.jsp" />
                        <corejsf:select label="grizzlyBears"
                             default_workspace="/grizzlyBears.jsp" navigation="/bears_nav.jsp" />
                        <corejsf:select label="teddyBears"
                             default_workspace="/teddyBears.jsp" navigation="/bears_nav.jsp" />
                        <corejsf:select label="pandaBears"
                             default_workspace="/pandaBears.jsp" navigation="/bears_nav.jsp" />
                        <corejsf:select label="blackBears"
                             default_workspace="/blackBears.jsp" navigation="/bears_nav.jsp" />
                   </corejsf:tabbedPane>
         </f:subview>
         </h:form>
         </body>
    </f:view>
    </html>
    now this pages which i am rendering ,if they contain <h:form> tag even with distinct ID --the component works for only one time .                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How To Customize displaying  of JSP page From Backing Bean

    I would like to customize the displaying of jsp page from backing bean based on user Roles
    For example
    - if the Role is Admin then backing bean should display Admin.jsp
    - if the Role is Guest then backing bean should display Guest.jsp
    Any pointers/suggestions will be highly appreciated
    Regards
    Bansi

    Thanks to all for providing thoughts
    I wanna make it more Dynamic. In the sense
    "Backing Beans should drive the rendering of first jsp page in the application " and not jsp page driving the backing bean or not to put some kind of hard coding in jsp page to see if its admin user then display certain set of UI Components or certain set of other UI components for other users.
    As we have atleast 10 different Roles and there can be Composite Roles i.e. combination of two roles. In this case how does the Backing Bean drives the rendering of jsp page?
    Regards
    Bansi

  • JSP page not rendering correctly for remote system

    I have a jsp page that has an HtmlGraphicImage component that gets set by a method in a java bean using
    image2.setUrl( imageFilename );
    When I run the application on my local system (my development system running Studio Creator) the page comes up on my web browser with the proper image.
    However, when I try to access the page from a remote PC, the page comes up okay with all the static components, but the image is blank. When I look at the page source on that browser, the image url is set to blank (i.e. nothing inside quotes).
    Any ideas why this image is rendered correctly on my local system and not remotely?

    <title>Home</home>Find the mistake!

  • Compiling jsp pages in wl 10.0 2 times slower than wl 9.1

    Hi:
    I have enterprise application. In weblogic 9 it took 4-5min to compile all the jsp pages, in weblogic 10 it takes 10-11min!!
    Is there anything I can do to speed it up?

    Hi, thanks for your answers.
    Yes, I actually build the ear file and then I call weblogic.appc on it. And again, on wl 9 it used to take 4-5min, now it is taking 10-11min. Most of the time of the build process is taken by the page compilation.
    The other thing I noticed is that if I change a page the time it takes WL to recompile the page is way longer than before. I have to wait for a good 14-15seconds until the weblogic returns the new page. The weblogic java process goes up to almost 100%. Before, in WL 9 I had to wait just a few seconds. And ok, my computer is a dual core at 2.33GHz. Don't tell me I need to upgrade :-).
    I realize that the jsp compilation must have gotten more complicated because now jsf & jsp are unified but still....
    My app is a jsf application and I also use tag files.
    About precompiling the pages... I build the application on windows then I deploy it on linux. In WL 9, whenever I deployed the app, I had to precompile the pages otherwise the users experienced slower responses the first time. For whatever reason WL 9 didn't think the pages were already precompiled (they were part of the ear file). In WL 10 that seemed to have been fixed.

  • JSP page not rendering in IE

    Hi,
    Here is a JSP page I'm working on for school:
    http://lectura.cs.arizona.edu:23456/main.jsp?section=login
    It renders fine in Mozilla, but I get a white page in IE. If you "view source" in IE, the code is there, and I have no idea why.
    I tried creating another simple jsp page and a simple html page, which are in the same directory:
    http://lectura.cs.arizona.edu:23456/index.jsp
    http://lectura.cs.arizona.edu:23456/hello.html
    Both show up in Mozilla, but not in IE.
    Thanks in advance for any help!

    <title>Home</home>Find the mistake!

  • Slow response time for JSP pages under iAS 6.0 SP4

    Hi,
    I got an application deployed on iplanet app server 6.0 SP4 on solaris
    2.8. Using a single kjs engine and lite sessions. kjs memory size is
    min 256 and max 256 megs. but verbose:gc shows memory is 98% free.
    when i restart the app server, all JSP pages are really rendered fast.
    After a while (1 or 2 days), the time to service the same request to
    JSP pages is getting much longer (even with JSP pages having only
    static content in them). CPU is idle ... It just takes time. KXS log
    shows requet is taking like 2-4 seconds instead of about 150 milli
    secs when the engine is just restarted.
    Now if i call a servlet (which do not dispath to a JSP), the response
    time is ok! Memory is ok. It looks like its related to JSP pages
    only.
    Anyone having an idea what the problem could be? One conig param is
    the JSP page cache in iASAT. Default value is 10. What is a correct
    setting for production? I have 4 different web app deployed in the
    same server instance.
    Tanks a lot for your input
    Andre Paradis

    Andre,
    I have found the answer to my problem and perhaps yours. It seems that I18N (internationalization) in SP4 may have a performance bug in it.
    My soak tests show that with i18N checked in the iAS Admin Tool, testing the fortune cookie sample application with light load (1 request / sec) resulted in a kxs response time initially of 15ms, however this response time increased by roughly 1% per request (i.e after 100 requests the response time had more than doubled).
    Switching I18N off yielded a steady 7ms kxs response time from the fortune cookie application.
    I would add that I turned I18N on AFTER the installation procedure.
    Is this a known issue in SP4? Is there a patch?
    regards,
    Owen

  • PLZ HELP ME PROBLEM :- JSP Pages is slow

    HI, i am using oracle 10g application server to deploy my jsp pages.
    When i am running the jsp page ie. default.jsp which consist of three combo box which are dependent on each other.
    Database :- oracle 10g.
    Logic : I am retrieving all the data from the database in to a nested structure and using that nested structure to fill up in the combo box,
    Problem : when i m refreshing or opening the page , it takes a lot of time to open. well the data are also not so much huge that it take some time. ]
    Plz help me

    Why have you declared your own interface Tag?
    The server knows nothing about your custom classes.
    You should be implementing the javax.servlet.jsp.tagext.Tag Interface.
    Actually the easier way is for your tag to extend SimpleTag, which implements the basic interface for you, leaving you to override the bit you want to.
    Check out the API: http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/jsp/tagext/package-summary.html

  • Timed out issue in jsp page!

    Dears,
    It is really amazing for me to see this issue in my application which I deployed in Oracle Application Server 10g r2.
    I am using JDeveloper 10g to create jsp pages.
    On one jsp page i am displaying 15 html tables for a report.
    All tables have 1 query to get records from oracle 10g database.
    Am opening one connection and than one by one running queries just before each table and rendering data through ResultSet
    (which is scrollable).
    If I test this page from JDeveloper, it is displaying fine.
    But when I deploy this page in Oracle Application Server 10g,
    and create a portlet and show this jsp page in portlet and open this page,
    this page most of the time giving 'TIMED OUT', and a few times displaying report properly.
    I tried PreparedStatement to run multiple queries for Oracle DB, but couldn't make it successfully.
    BTW,
    I checked my OAS log, it shows following error:
    09/03/16 18:39:08 hrwfapp: [instance=(null), id=(null)] ERROR: Request has exceeded its warning timeout Time[elapsed=61046ms.
    Warning timeout=20000ms.] Request[id=5003532663665,3 providerId=493501 portletId=117 portletName=AttritionReports
    portletInstance=35555_ATTRITIONREPORTS_493501 user=PUBLIC] Thread[ name=AJPRequestHandler-ApplicationServerThread-6
    priority=5 alive=true interrupted=false groupName=ApplicationServerThreadGroup]
    Please help me in this regard, what should I do to avoid Timed out issue.
    Best Regards

    Hi,
    if this occurs only in combination with portlets then I would try the Oracle Portal forum for help or use customer support to help you analyzing the issue
    Frank

  • How Can I speed  up the results on my JSP page with the help of Caching.

    I am generating a dropdown listbox by merging an xml file with a style sheet(xsl).
    This list box comes up fine without any problems. Now, I am adding some advanced
    logic to the
    style sheet (xsl) to use the same xml file in a more efficient way. This time
    the generation
    of the list box is taking much longer (upto 25 seconds) although I get the results
    I want.
    Is there any way I could speedup this process by using weblogics caching. I know
    the process is slowing down
    due to the code in the stylesheet. Will caching resolve this issue?. I tried
    using
    <wl:cache> </wl:cache> on the jsp page generating this listbox but found no improvement.
    Any help will be very much appreciated.

    turn off your phone, unplug your router, leace it off for 30 seconds, and then power it back on and turn the iphone back on

  • Junk characters like" � � "displayed in the jsp page please help.

    Hi,
    I am getting junk characters like � � displayed in the jsp page.
    In the JSP page i used javascript "& nbsp" for appending spaces to a string "CCR" to get "CCR " .
    Now the Resultant string "CCR " has three spaces appended to its right.
    This String is set in session in that JSP page.
    In the next JSP page i am getting that string from session.
    After getting the string the "substring" function is performed to get only the first 5 charcters of the string. Now the result is displayed as " CCR� � " with has last 2 characters as junk values � � insteed of displaying as "CCR ". Please help me in solving this issue.
    Please note that initially the sting "CCR" is got from the Oracle database in Solaris Machine.
    Regards,
    Vijay

    have you tried:
    strenuously inspecting the string that is coming from the db? do an actual loop over the string, character by character, dumping to System.out to make sure the characters are EXACT coming out of the db.
    note you have to append " " not just "& nbsp"
    post the code that is doing the output. the relevant bean code, the jsp, everything relevant - WITH COMMENTS discussing where things are happening.
    Also, is it "weird characters" in the browser only? have you done a view source on the actual html source that the browser is rendering (right click in IE and click view source). browsers can act odd if you don't feed then exactly what they want, and it looks like you're feeding it escaped characters that it is rendering as something else.

  • Taglib repeating in jsp page in TOMCAT. (Can this be Tag pool issue? )

    Hi,
    We have an application and it is running fine on one servlet container "ServletExec". We are migrating our application to Tomcat and some weird things happenned.
    In one of my JSP pages say page " A ", I have included another small JSP say " B "which just created a table with one row and various columns.
    Now the columns are created in a taglib. And I am using that taglib inside that page " B".
    Now this is working fine in ServletExec.
    But in tomcat when I refersh page A or come to this page dfrom some other page, there are multiple instance of tables from page B are rendered.
    SO every time I refresh a new entry added to already existing table.
    Can any one please help?
    I looked in some documents and found that this may be because of some Tag pooling in Tomcat newer versions. Is that right?
    If yes how can I remove this tag pooling in my taglib java class?
    Any help is highly appreciated.
    Thanks

    Hi
    try disabling the tag pooling and check the page.
    To disable the tag pooling in Tomcat
    make enablePooling = false for the jsp servlet declaration in
    $TOMCAT_HOME/conf/web.xml
    Regards

Maybe you are looking for