I cannot find a proper way to add a directory to my app context on jboss 6. I'll use this mapping for static content. Can someone give me a hand on that?
|
|
There are no more 'virtual directories' in JBoss 6. Apparently this went out with JBoss 5. The only available options I've found are:
|
|||
|
|
The bad news is that you can serve static content only inside JBoss applications. The good news is that it is very easy to transform any folder into an application folder. The easiest solution is to copy all your static content into your A more complex solution is the following.
|
|||
|
|