无法在eclipse juno中处理URL

时间:2013-04-23 13:06:41

标签: java jsp java-ee

<html>
<head>
<style type="text/css">

body {background-image:url("../images/liza.jpg");}      //---- this line

</style>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body >
...
...
...

在这段代码中,我不知道为什么我无法将这个图像包含在我的jsp页面中....

这是一个用eclips juno设计的jsp页面

目录结构是
- &gt; myweblib
- &gt; ---- webcontent
- &gt; ---------图像
- &gt; -------------- liza.jpg
- &gt;构建

在eclips中运行此页面时

url

http://localhost:8081/MyWebLibrary/books.jsp

我的jsp文件直接位于webcontent文件夹的一边,即:“webcontent / books.jpg”,我的图片在里面:“webcontent / images / liza.jpg”

2 个答案:

答案 0 :(得分:1)

删除../您的图像部署在上下文中,而不是在host-root上

问候

答案 1 :(得分:0)

删除“

css不需要它们