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