Virtual Directories
Written by Joseph Ottinger
Well, you use the ln command, man ln...
Oh, wait, for one thing, that answer isn't really in the right scope, and for another, many people use Orion on Windows, which doesn't link directories the same way.
Therefore, the proper way to link directories is to go to your deployments directory ($ORION/application-deployments for me), and look for the application's orion-web.xml file. In this file, add mappings like so:
<virtual-directory
virtual-path="/images"
real-path="/d:/images/" />
(Contributed by Porfiriev Sergey, as an addendum to updating Orion via a proxy.)
Copyright © 2007 IronFlare AB