Hey,
I develop a portlet application on Websphere 7. And I use the Spring 3.1 MVC-Portlet framework.
Everything is fine except the css includes.
JSP-File:
Unbenannt.png
I put the css directory on the root path. Because i know the the WEB-INF directory is not readable (public perspective).
In the jsp file i have to set the css path.
Is that all?PHP Code:<link rel="stylesheet" type="text/css" href="/css/formular.css" /> -->????
I get the follow server response:
How can i fix it?Code:"A WebGroup/Virtual Host to handle /css/formular.css has not been defined."
Thanks
Alex


Reply With Quote