IIS7 上的 JSP 页面
我目前正在尝试在我的网络服务器上配置 JSP 页面。我已按照安装 TomCat 和 JDK 和 JRE 的说明进行操作,并将 Handler Mappings 添加到 tomcat 目录中的 isapi_redirect.dll 中。
我已经重新启动了 IIS 服务器,但它仍然出现错误
HTTP 错误 404.17 - 未找到 请求的内容似乎是脚本 并且不会由静态服务 文件处理程序。
如果有人可以帮助解决这个问题,那就太好了,谢谢
I am currently trying to configure JSP pages on my webserver. I have followed the instructions of installing TomCat and JDK and JRE and add Handler Mappings to the isapi_redirect.dll in the tomcat directory.
I have restarted the IIS server however it keeps on coming up with an error
HTTP Error 404.17 - Not Found The
requested content appears to be script
and will not be served by the static
file handler.
If anyone can help with this problem it will be great thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用.NET环境,可以尝试这个
http://www.gtrifonov.com/2009/02/27/iis-7-http-error-404-17-the-requested-content-appears-to-be-script/
You can try this if you are using .NET environment
http://www.gtrifonov.com/2009/02/27/iis-7-http-error-404-17-the-requested-content-appears-to-be-script/