My file doesn't have any lines like that at all.  It has one for the WEB-INF
itself, but I believe that needs to be there as-is.  Here's the entire
contents of my file:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE jrun-web-app PUBLIC "-//Macromedia, Inc.//DTD jrun-web 1.0//EN"
"http://www.macromedia.com/dtd/jrun-web.dtd">

<!-- ============================================================= -->
<!-- This XML file contains web application elements that are      -->
<!-- specific to the JRun Application Server                       -->
<!-- ============================================================= -->

<jrun-web-app>

  <!-- =========================================================== -->
  <!-- Virtual path mappings allow a resource path to be mapped    -->
  <!-- to a different physical location (i.e. not necessarily      -->
  <!-- within the web application root). A resource-path can       -->
  <!-- end with a wild card '*' indicating that all resources      -->
  <!-- paths that start with the given path will be resolved using -->
  <!-- the system path.                                            -->
  <!-- =========================================================== -->

  <virtual-mapping>
    <resource-path>/WEB-INF</resource-path>
    <system-path>D:/CFusionMX/wwwroot/WEB-INF</system-path>
  </virtual-mapping>
</jrun-web-app>

thanks,
bruce

----- Original Message -----
From: "Ken Ketsdever" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Tuesday, June 08, 2004 3:05 PM
Subject: RE: $50 to anyone who can fix this problem...

> Try looking at C:\CFusionMX\wwwroot\WEB-INF\jrun-web.xml
>
> There are mappings that can affect your virtual sites.
>
> I commented out the following lines and my problem was solved.
>
>  <virtual-mapping><?xml:namespace prefix = o ns =
"urn:schemas-microsoft-com:office:office" />
>
>     <resource-path>/*</resource-path>
>
>     <system-path>D:/Inetpub/websites/MySite/</system-path>
>
> </virtual-mapping>
>
> Apparently it was pointing the root of all virtual sites to the same
location. Let me know how it goes.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to