I have inherited a ColdFusion app that runs under JRun and uses several virtual-mappings for content in OS folders. The mappings look like this (there are 10 mappings):
<virtual-mapping> <resource-path>/thecontent</resource-path> <system-path>c:\some\os\file\path</system-path> </virtual-mapping> I'd like to convert the app from JRun to Tomcat. I have the cfusion app running under TC6 - the admin tools all come up, etc, but I can't figure out how to get the web site content to display. Any ideas? Thanks, --Bob --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org