摘要: 环境:myeclipse+tomcat6+jdk6 今天搭建了一个Java Web项目,访问index.jsp时报如下错误: 严重: Servlet.service() for servlet jsp threw exceptionjava.lang.NullPointerException at 阅读全文
posted @ 2016-04-13 17:47 乘风追梦 阅读(10020) 评论(0) 推荐(0)
摘要: 启动tomcat的时候报如下错误: java.lang.IllegalArgumentException: Document base F:\java\tools\tomcat\me-webapps\drp1.1 does not exist or is not a readable di... 阅读全文
posted @ 2015-12-10 15:59 乘风追梦 阅读(2126) 评论(0) 推荐(0)
摘要: 今天在做一个小项目的时候使用了如下路径 web.xml如下: 一切配置都正确,可还是404 在折腾了半天之后发现浏览器的地址栏没有项目名!也就是说连接到项目外面去了,果断404。然后才记得虚拟路径前面的“/”和通常用的“../”具有同样功能。改成user/login.actio... 阅读全文
posted @ 2015-08-13 14:51 乘风追梦 阅读(578) 评论(0) 推荐(0)
摘要: 今天在使用bootstrap的时候引入的js文件出现错误Syntax error on token "Invalid Regular Expression Options", no accurate correc;大概意思就是无效的表达式什么的,具体解决方法如下:1、选中报错的js文件或报错内容。2... 阅读全文
posted @ 2015-08-09 13:30 乘风追梦 阅读(2394) 评论(0) 推荐(0)