图片没显示?

图片没显示?

web.xml

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
  <display-name>Code</display-name>
  <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
  </welcome-file-list>
  <!-- 关于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>


index.jsp

<%@ page language="java" contentType="text/html; charset=utf-8"
    pageEncoding="utf-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>关于验证码框架</title>
</head>
<body>
<form action="submit.action">
        <input type="text" name="kaptcha" value="" />
        <img src="http://localhost:8080/kaptcha/kaptcha.jpg" />
    </form>
</body>
</html>


http://img1.sycdn.imooc.com//climg/5bed838e00018eda02730392.jpg

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

2回答
提问者 xxx_xx 2018-11-18 10:27:39

http://img1.sycdn.imooc.com//climg/5bf0cdfe0001d16505580094.jpg

这是控制台出现的错误,是因为路径的问题吗?应该怎么改呢?

  • 提问者 xxx_xx #1
    我直接在WebContent目录下面建立的jsp文件可以出现验证码的图片!!但是我在WebContent目录下建立的Kaptcha目录里面的jsp文件就不会出现验证码图片,这是什么原因呢?
    2018-11-18 10:30:29
  • 好帮手慕阿满 回复 提问者 xxx_xx #2
    同学你好,同学在获取图片时,路径可以写为: <img src="http://localhost:8080/项目名/kaptcha.jpg" />,路径不随jsp位置变化而发生变化,但是同学要将项目名写上,而不是目录名,同学修改一下再试试。 如果我的回答解决了你的疑惑,请采纳。祝:学习愉快!
    2018-11-19 11:54:13
好帮手慕阿满 2018-11-16 11:50:43

同学你好,在index.jsp页面中,获取图片时直接使用<img src="kaptcha.jpg" />即可。

如果我的回答解决了你的疑惑,请采纳。祝:学习愉快!

  • 提问者 xxx_xx #1
    改完也没有用呢.....
    2018-11-18 09:58:43
  • qq_温书_0 回复 提问者 xxx_xx #2
    你导入的这个工具包进行依赖没有?
    2019-03-19 11:31:07
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
从网页搭建入门Java Web2018版
  • 参与学习           人
  • 提交作业       1088    份
  • 解答问题       10205    个

如果你有Java语言基础,又想以后从事Java Web开发,那么本路径是你的不二选择!本路径从网页搭建开始入手,通过大量案例来学习Java Web基础。定能助你完成Java Web小白的蜕变!

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师