云归而-暝 2021-05-24 19:50 采纳率: 0%
浏览 364

为什么状态码是200,图片却加载不了

网页是拼串生成的

import java.io.*;
import jakarta.servlet.*;
import jakarta.servlet.http.*;
import jakarta.servlet.annotation.*;

@WebServlet("/")
public class index extends HttpServlet {
    static final String T = "<li class='list-group-item'><span class='glyphicon glyphicon-folder-close'></span><a href='%'>%</a></li>";
    static final String pre="<html> <head> <title>Tomcat</title> <meta charset='UTF-8'></meta> <link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'> </head> <body> <div class='container-fluid'> <div class='row jumbotron'> <div class='col-md-2'> <img src='/icon.jpg' alt='icon.jpg' style='height:128;'> </div> <div class='col-md-10'> <h1 class='display-3'> Tomcat for 𝓛 𝓨 𝓕</h1> </div> </div> </div> <div class='container'> <div class='row'> <h2>War Packages Deployed on this Tomcat Server:</h2> </div> <div class='row' style='font-size: 22px;'> <ul class='list-group'>";
    static final String stuff="</ul> </div> </div> </body> </html>";

    @Override
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
        resp.setContentType("text/html;charset=UTF-8");
        PrintWriter out = resp.getWriter();
        StringBuilder sb = new StringBuilder();
        sb.append(pre);

        String path = "C:/Users/lyf/Desktop/apache-tomcat-10.0.4/webapps";
        File[] files = new File(path).listFiles();
        for (File f : files) {
            if (f.isDirectory()) {
                sb.append(T.replace("%", f.getName()));
            }
        }

        sb.append(stuff);
        out.print(sb.toString());
    }
}
  • 写回答

1条回答 默认 最新

  • 云归而-暝 2021-05-24 20:07
    关注

    似乎是因为图片路径匹配到@WebServlet("/")了

    用/index.html

     

    评论

报告相同问题?

悬赏问题

  • ¥15 DS18B20内部ADC模数转换器
  • ¥15 做个有关计算的小程序
  • ¥15 MPI读取tif文件无法正常给各进程分配路径
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动