Hi,
I'd like to have two modules in the same web application, where application would be accessible at http://localhost/app.
Now, if this is Spring app, how can I create two web modules where each module has it's own resource - images, css, js, etc.
Is it possible to enable all this on the same address, so to the user would look like all css files are accessible at http://localhost/app/css/ url?
Thanks for an help.
Bojan



