主题:打不开文件
我写了个Store/default.htm。双击打开正常,但是,放到webapps下就不能打开了。我在ie中输入的是http://127.0.0.1:8080/Store/default.htm,打不开,代码如下:
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
</HEAD>
<FrameSet Rows = "65,*">
<Frame SRC = "Menu.htm" name = Menu scrolling=no>
<Frame SRC = "Main.htm" name = Main>
</FrameSet>
</HTML>
错误如下:
HTTP Status 404 - /Store/Menu.htm
--------------------------------------------------------------------------------
type Status report
message /Store/Menu.htm
description The requested resource (/Store/Menu.htm) is not available.
HTTP Status 404 - /Store/Main.htm
--------------------------------------------------------------------------------
type Status report
message /Store/Main.htm
description The requested resource (/Store/Main.htm) is not available.
其中:menu.htm和main.htm和default.htm平行放置的
谢谢帮忙
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
</HEAD>
<FrameSet Rows = "65,*">
<Frame SRC = "Menu.htm" name = Menu scrolling=no>
<Frame SRC = "Main.htm" name = Main>
</FrameSet>
</HTML>
错误如下:
HTTP Status 404 - /Store/Menu.htm
--------------------------------------------------------------------------------
type Status report
message /Store/Menu.htm
description The requested resource (/Store/Menu.htm) is not available.
HTTP Status 404 - /Store/Main.htm
--------------------------------------------------------------------------------
type Status report
message /Store/Main.htm
description The requested resource (/Store/Main.htm) is not available.
其中:menu.htm和main.htm和default.htm平行放置的
谢谢帮忙