|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 zroc7 于 2012/2/7 17:25 编辑
我用http://localhost:19000/workspace这个地址访问正常,
但是我用http://localhost:28080/workspace访问提示出错,
错误提示如下:请问这是什么原因造成的?我该怎么处理
错误提示:
URI:http://localhost:28180/raframework/conf/ToolsConfig.xml
状态: 404 - Not Found
内容: text/html; charset=UTF-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0Draft//EN">
<HTML>
<HEAD>
<TITLE>Error 404--Not Found</TITLE>
<META NAME="GENERATOR"CONTENT="WebLogic Server">
</HEAD>
<BODY bgcolor="white">
<FONT FACE=Helvetica><BR CLEAR=all>
<TABLE border=0cellspacing=5><TR><TD><BR CLEAR=all>
<FONT FACE="Helvetica"COLOR="black" SIZE="3"><H2>Error 404--NotFound</H2>
</FONT></TD></TR>
</TABLE>
<TABLE border=0 width=100%cellpadding=10><TR><TD VALIGN=top WIDTH=100%BGCOLOR=white><FONT FACE="Courier New"><FONTFACE="Helvetica" SIZE="3"><H3>From RFC 2068<i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3>
</FONT><FONT FACE="Helvetica"SIZE="3"><H4>10.4.5 404 Not Found</H4>
</FONT><P><FONT FACE="CourierNew">The server has not found anything matching the Request-URI. Noindication is given of whether the condition is temporary orpermanent.</p><p>If the server does not wish to make thisinformation available to the client, the status code 403 (Forbidden) can beused instead. The 410 (Gone) status code SHOULD be used if the server knows,through some internally configurable mechanism, that an old resource ispermanently unavailable and has no forwarding address.</FONT></P>
</FONT></TD></TR>
</TABLE>
</BODY>
</HTML>
|
|