Welcome file Jsp
i have configured home.jsp to welcome file in web.xml when i run the
application there is no problem in CSS Design But when i call home.jsp
Through link the CSS are Not Found
Application Architecture is:
WebContent
|
jsp
.....home.jsp
.....contact.jsp
|
css
|
.....style.css
WEB_INF
|
.....lib
.....Web.xml
in web.xml file in have written <welcome-file-list>
<welcome-file>jsp/home.jsp</welcome-file> </welcome-file-list>
i am calling from contact.jsp like Home
No comments:
Post a Comment