老师麻烦帮我看下为什么打不开kaptcha/index.jsp吧,谢谢
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd" version="4.0"> <!--关于kaptcha验证码的配置--> <servlet> <servlet-name>Kaptcha</servlet-name> <servlet-class>com.google.code.kaptcha.servlet.KaptchaServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>Kaptcha</servlet-name> <url-pattern>/Kaptcha.jpg</url-pattern> </servlet-mapping> </web-app>
<%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>关于验证码框架之--Kaptcha</title> </head> <body> <form action="submit.action"> <input type="text" name="kaptcha" value="" /> <img src="http://localhost:8080/imooccode/kaptcha.jpg"/> </form> </body> </html>
3
收起
正在回答 回答被采纳积分+1
2回答
chrismorgen
2018-08-10 16:02:43
将同学的代码粘贴到idea中是可以访问到页面的。建议添加imooccode这个工程名试试呢?如果还是404,建议你将下图标记的地方截图贴上来看看,祝学习愉快~
上图界面是通过点击下图标记的选项出现的。
从网页搭建入门Java Web2018版
- 参与学习 人
- 提交作业 1088 份
- 解答问题 10205 个
如果你有Java语言基础,又想以后从事Java Web开发,那么本路径是你的不二选择!本路径从网页搭建开始入手,通过大量案例来学习Java Web基础。定能助你完成Java Web小白的蜕变!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星