> I've installed JRun and installed the J2EE versions of CF6.1 > and CF7. I've setup mappings for CF 6.1 and it works but when > I setup mappings for CF7 it doesn't. > > I've setup CF7 to run as localhost:8500/cfmx7 and CF6.1 to > run as localhost:8300/. > > In CF7 i've created a mapping called /projects to map to > c:\projects\internet and then run as > localhost:8500/cfmx7/projects/project1 but I get:- > > 404 /cfmx7/projects/project1 > > Is there something I've overlooked?
Mappings within CF don't have anything to do with URLs. They're only used by CFML tags within pages that your web server already knows how to fetch. If you want to create web server mappings, you have to do that according to your web server's documentation. Since it looks like you're using the built-in JRun web server, here's a link to its documentation: http://www.macromedia.com/support/coldfusion/adv_development/config_builtin_ webserver/ Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200444 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

