I have deployed a ColdFusion EAR/WAR in a JRun Server. The Context-Root Directory is the WAR directory and it looks like this:
../CFIDE ../META-INF ../WEB-INF I have some content in the WEB-INF directory and I created a virtual-directory like this in the jrun-web.xml file <virtual-mapping> <resource-path>/farcry/*</resource-path> <system-path>c:/jrun/servers/farcrycms/cfusion-ear/cfusion-war/WEB-INF/farcry</system-path> </virtual-mapping> But when I try to view the page, I get an HTTP Error 403 - Forbidden. Anyway I can fix this? -- Thanks, Troy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246994 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

