[jboss-user] [Beginner's Corner] - Re: Exposing/serving files via JBoss
PeterJ
do-not-reply at jboss.com
Mon Sep 28 11:15:01 EDT 2009
You can create your own WAR as an exploded deployment (http://www.jboss.org/community/wiki/ExplodedDeployment) and place the files in there. You might have to add a mime-type to the web.xml (see the global web.xml at server/xxx/deployers/jbossweb.deployer for an example)
P.S. You never said which version of JBoss AS so I assumed the latest - 5.x. If you are using a 4.x version I'll leave you to find the global web.xml.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257412#4257412
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257412
More information about the jboss-user
mailing list