SSH2项目中图片读不到
<%@ page language="java" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<html>
<head>
<title>Itcast OA</title>
<base href="<%=basePath%>">
</head>
。。。
<td width=45 class="Subject"><img border="0" src="WEB-INF/style/blue/images/login/userId.gif" />
读不到图片,求指点
------解决方案--------------------web-inf底下的文件是不能直接打路径读出来的,LZ,把图片文件夹拿出去web-inf外面放吧,象图片,css,js这些一般都不会放在web-inf下