Hi,
We are using Big IP 2000 application switches controller running config 4.2 PTF7.
SSL redirection and rewrite are configured on the F5 and seem to be working on pages
without frames. However, for this particular site using frame pages, it could not find
the images for the middle frame. Though, for the same image it is shown on the top and
bottom frame. Do you know what I am missing?
Thanks,
Tuan
Here is our frame code
<html>
<HEAD>
<TITLE><bean:message key="app.label.title" /></TITLE>
</HEAD>
<frameset rows='<%=rh1%>,<%=rh2%>,<%=rh3%>' frameborder='0' noresize framespacing='0'>
<frame src='<%=request.getContextPath()%><tiles:getAsString name="header"/>'
name='header' id='header' frameborder='0' scrolling='no' noresize marginwidth='0'
marginheight='0' framespacing='0'>
<frameset cols='<%=cw1%>,<%=cw2%>' framespacing='0'>
<frame src='<%=request.getContextPath()%><tiles:getAsString name="body"/>'
name='body' marginwidth='0' marginheight='0' scrolling='yes' frameborder='0' noresize
framespacing='0'>
<frame src='<%=request.getContextPath()%><tiles:getAsString
name="rightSide"/>' name='rightSide' marginwidth='10' marginheight='10' scrolling='no'
frameborder='0' noresize framespacing='0'>
</frameset>
<frame src='<%=request.getContextPath()%><tiles:getAsString name="footer"/>'
name='footer' id='bottom' frameborder='0' scrolling='no' marginwidth='0'
marginheight='0' noresize framespacing='0'>
</frameset>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>