This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Mapping a physical directory to a virtual directorypeterj Apr 28, 2008 9:24 PM (in response to creatureoflegend)There is no configuration setting that does this for you. But you could write a servlet for "/something/*" that interprets the url and grabs the desired file from the hard drive. A similar mechanism is used by the CMS subsystem of the JBoss Portal. 
- 
        2. Re: Mapping a physical directory to a virtual directorycreatureoflegend May 1, 2008 10:52 AM (in response to creatureoflegend)That's a good idea. 
 thank you very much! :)
 
    