Virtual Directory Translation
- For web applications to be portable, they should not have hard coded
file locations.
- Application resources should be abstracted to a virtual directory
starting with a root "/".
- The URL for a resource will append the web application address
(for example, http://redrock.d.umn.edu:8082) to the beginning of
the virtual path.