我用火狐查看页面源代码,然后点开我链接的几个css和js,发现都跳转到同一个页面,求问是怎么回事!!!!
我链接的css和js文件:
<link rel="stylesheet" type="text/css" href="style.css">
<link href="../uploadify/uploadify.css" rel="stylesheet" type="text/css" >
<script type="text/javascript" src="../uploadify/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="../uploadify/jquery.uploadify.js"></script>
我的文件目录:

我在火狐中打开style.css链接或者其他几个文件后显示:
<html><head><title>Apache Tomcat/6.0.30 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - /PoiExcel/style.css</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>/PoiExcel/style.css</u></p><p><b>description</b> <u>The requested resource (/PoiExcel/style.css) is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.30</h3></body></html>总之就是几个外部引入的文件都变成这个了,导致我现在页面效果也没有,jquery也用不了,怎么办啊啊啊啊啊!!!

------解决方案--------------------
默认工程根目录,前面加上文件夹路径,不要加“/”