WEB笔记

来源:互联网 发布:松下plc fp x编程软件 编辑:程序博客网 时间:2024/05/07 19:36

<img src="C:/image.jpg">

如果在jsp页面里面写这个,通过请求jsp页面时,不能显示着个图片

package org.springframework.core.convert;public interface ConversionService {boolean canConvert(Class<?> sourceType, Class<?> targetType);<T> T convert(Object source, Class<T> targetType);boolean canConvert(TypeDescriptor sourceType, TypeDescriptor targetType);Object convert(Object source, TypeDescriptor sourceType, TypeDescriptor targetType);}


用修改server.xml和增加conf\Catalina\localhost下面的和项目名称相同.xml文件的方式时,好像用this.getServletContext().getRealPath("")的到的路径是相对与工程的,不是相对与webapp里面的项目的路径。

0 0
原创粉丝点击