Heya, all. Yet another question on Orion config that the docs don't address (or have hidden in complete obscurity). I have a webapp which I have installed in $ORION_HOME/applications/twsm. This should be the root for all documents for this webapp. I have several subdirectories underneath twsm, such as login, images, support, etc. Each of the pages makes various calls to the /images directory. Sometimes it's a relative link (IMG SRC="images....") and sometimes it's absolute (IMG SRC="/images/...."). Whenever I run the app under Orion, it can never find any of the absolute links. I've tried to remedy this problem by putting a <virtual-directory> tag in the orion-web.xml (or orion-application.xml, whichever file this applies to) and that didn't seem to fix it. I also tried making another context-mapping in the server.xml file, which didn't work. Setting the document-root option in orion-web.xml totally hosed the app. So, the QUESTION is: What do I need to do to make "/images/..." accessible to each and every page in my webapp, no matter where it is in the hierarchy? Thanks.... ------ Andrew Kidder L3 SW/Support Engineer, IBU Tivoli Systems 512-436-4544 [EMAIL PROTECTED] http://www.tivoli.com
