| Author |
Including files using the deployement descriptor
|
Asha Pathik
Ranch Hand
Joined: Feb 08, 2006
Posts: 143
|
|
Hi all, I have written the following code in "web.xml" to include "header.jsp" and "footer.jsp" in all the jsp files in the application but it is not working.Is there something wrong with the code? Asha
|
SCJP 1.5
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56549
|
|
|
Where did you place the header.jsp and footer.jsp files?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Asha Pathik
Ranch Hand
Joined: Feb 08, 2006
Posts: 143
|
|
|
both the files are in webapps folder.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56549
|
|
|
They should be in the root folder of the web app.
|
 |
 |
|
|
subject: Including files using the deployement descriptor
|
|
|