|
| I'm experiencing the same problem with WSAD 5. I've write a simple MVC web application with an index.html as a login page, a Servlet dispatcher, a Model class to access DB and a JSP to display the results.
Even if the error message seems to be the same as indicated in this topic by the other, the reason seems to be different because the URL and application works but don't display the images. There is no broken links.
Every thing is okay, the JSP displays the good values but not the images and don't recognize the CSS file. I just want to specify that the index.html recognize both of them (images and CSS file)!
The console shows this message:
E PLGN0021E: Servlet Request Processor Exception: Virtual Host/WebGroup Not Found : The web group /images/cheesperance6.gif has not been defined
[3/10/06 13:49:47:055 EST] 3f6f8cd7 OSEListenerDi E PLGN0021E: Servlet Request Processor Exception: Virtual Host/WebGroup Not Found : The web group /theme/Master.css has not been defined
[3/10/06 13:49:47:116 EST] 4aef4cc9 OSEListenerDi E PLGN0021E: Servlet Request Processor Exception: Virtual Host/WebGroup Not Found : The web group /images/cheesperance6.gif has not been defined
I just want to specify that the application was created through the wizard and the structure is: Java Source and Web Content at the same level under the context root, images folder(holds the images), theme folder(holds the CSS file), account folder(holds
the JSP) at the same level under Web Content.
Thx for ur help!
|
|