0
我刚刚部署了my first app FTheme.com,它可以在dev服务器上顺利运行,但现在它显示除根外的任何页面的403 Error: FORBIDDEN
。下面是示例服务器响应:Google App Engine针对根目录以外的任何内容返回“错误:FORBIDDEN”
HTTP/1.1 403 Forbidden
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
Date: Sun, 06 Feb 2011 14:07:09 GMT
Server: Google Frontend
Cache-Control: private, x-gzip-ok=""
Content-Length: 166
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 FORBIDDEN</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: FORBIDDEN</h1>
</body></html>
我活动得到这个上做不超过简单的包括和简单的代码一样req.getParameter()
JSP页面。
在此先感谢您的帮助!
你怎么URL映射到的Servlet/JSP的? (发布你的web.xml) – 2011-02-06 14:52:34