It didn't make a difference either way.
 
--Tamara
 
 
-----Original Message-----
From: Paul FitzPatrick <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, October 19, 2000 5:36 PM
Subject: RE: JSP and frames

Either remove 'myStuff/' from the src attribute or preceed it by a /.  The default base reference of the caller (frametest) is :
 
 
so the srame sources resolve to :
 
http://localhost/myStuff/myStuff/test1.jsp
 
Regards,
Paul
-----Original Message-----
From: Tamara Monson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 19, 2000 8:06 PM
To: [EMAIL PROTECTED]
Subject: JSP and frames

 
Hey all - I need some help.  I'm running Apache 1.3.12, Tomcat 3.1 on a Sun box running Solaris 8.
 
I have a .jsp page, frametest.jsp that contains a frameset:
 
    <frameset>
        <frame src="myStuff/test1.jsp">
        <frame src="myStuff/test2.jsp">
    </frameset>
 
Both test1.jsp and test2.jsp use session attributes that are set by frametest.jsp.  Sadly, when I go to:
 
 
nothing happens - none of the expected output from the two test .jsp's is displayed, and there aren't any error messages logged in either the Apache error log or in the Tomcat servlet.log. (the context for /myStuff is set up in tomcat.conf and in server.xml)
 
I'm using the application object's logging capabilities to "track" progress through all 3 .jsp's.  The only messages that get logged are from the frametest.jsp.
 
Why doesn't the expected output from test1.jsp and test2.jsp get displayed?  And why aren't the expected application log messages from the two .jsp's being logged?
 
--Tamara
 
 
 

Reply via email to