Hi,
I am working on migrating an app from jboss 4.2 to 7.1.x. We used to map our static files
using server.xml under jboss-web.deployer.
Doing something like:
<Context path="/photo" docBase="c:/test/images"
reloadable="true" override="true">
</Context>
within server.xml.
Now I can not figure out how to do it within Jboss AS 7. Can someone please help me on the
issue?
Thanks in advance.
Regards,
Mike