ice78991
Programmer
- Nov 20, 2006
- 216
I am trying to change my web root from C:/CFusionMX7/to C:/CFusionMX7/
I have opened the file web_root\WEB-INF\jrun-web.xml and made the following modifications
<virtual-mapping>
<resource-path>/*</resource-path>
<system-path>C:/CFusionMX7/ </virtual-mapping>
I then restarted Coldfusion
Within NewRoot I have a file named index.cfm and a number of other files that constitute the site
Now when I type in I just get a listing of the directory contents - index.cfm is not run automatically. If I click index.cfm I get a JRUN Servlet Error and the page says 404 Null
What am I doing wrong?
I have opened the file web_root\WEB-INF\jrun-web.xml and made the following modifications
<virtual-mapping>
<resource-path>/*</resource-path>
<system-path>C:/CFusionMX7/ </virtual-mapping>
I then restarted Coldfusion
Within NewRoot I have a file named index.cfm and a number of other files that constitute the site
Now when I type in I just get a listing of the directory contents - index.cfm is not run automatically. If I click index.cfm I get a JRUN Servlet Error and the page says 404 Null
What am I doing wrong?