Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Cannot view pages in frame

rudidoku

2003-10-09

Replies:

Hello,

My welcome page has the following:

<%@(protected)"%>
<html>
<head>
<base href="http://localhost:8081/mosaic/welcome.jsp" />
<title>Mosaic Admin Welcome</title>
</head>

<frameset noresize="noresize" cols="210, *">
<frame noresize="noresize" src="/dbs.jsp" name="listframe">
<frame noresize="noresize" src="/info.jsp" name="detailsframe">
</frameset>

</html>

The login form redirects me to a LoginServelet which in turn directs me to
welcome.jsp. I can view all pages on my machine but unfortunately, others
on the same network are unable to view both dbs.jsp or info.jsp. Internet
Explorer returns tow empty pages.

Any pointers would be very much appreciated!

Rudi

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.