How to include a static file which is outside Applicaton Context in JSF?

I need to inlcude lot of static contents which are residing in outside Application Context root in JSF.? is there any better way to do include static files which are outside the Context root?
[198 byte] By [mraja] at [2007-11-27 6:05:22]
# 1
Use an utility class?
BalusCa at 2007-7-12 16:51:16 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Would you explain moer detail? do u have an example?.the static content files will be 5 levels above my context root...
mraja at 2007-7-12 16:51:16 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Store the files (or parts of it's contents) as static variables in an utility class. Then use this utility class in your webapps.
BalusCa at 2007-7-12 16:51:16 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
The total no of static content files will be around 20000 to 30000 and i will only know the file name at run time from the user input.
mraja at 2007-7-12 16:51:16 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...