thank you all guys, brendans tip was that what i've looking for. urs
-----Ursprungliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Brendan Sisson Gesendet: Freitag, 23. Januar 2004 03:04 An: FarCry Developers Betreff: [farcry-dev] Re: AW: Re: Mapping Gary Menzel wrote: > Forgive my ignorance on this, but how does all the <CFINCLUDE> and > <CFMODULE> stuff that relies on /farcry work? The /farcry you are refering is the cfmx mapping that points to the directory that contains farcry_core and fourq. It has to named farcry as you cannot use variables inside the cfimport tag as it has to know the contents of the tag library at compile-time. There should be no hard coded /farcry in reference to the web server mapping that defaults to /farcry. This should be referenced throughout the code base as #application.url.farcry#. You can change this to what you like eg localhost/farcry, localhost/admin, localhost/anyothername -Brendan http://farcry.daemon.com.au --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
