DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6036>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6036

Problems with URI mapping

           Summary: Problems with URI mapping
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: WARP Connector
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hi,
I have a JSP File  containing this
code:

</script>
        </HEAD>

<frameset rows="40, *" border=0  framespacing=0>
   <frame
        name="Flow"
        scrolling="no"
        src="flow.jsp"
        marginwidth="0"
        marginheight="0"
        border="0"
        FRAMEBORDER="0">


      </frame>

      <frame
        name="Navigation"
        scrolling="auto"
        src="tocframe.html">
      </frame>
</frameset>



</HTML>

The Apache Server with the WARP Connector is not able to resolve the frame 
sources. If I use the same JSP with Tomcat 4.0 stand alone all works fine.

Also it works fine with the AJPConnector.

Best regards

Thomas

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to