David I am accessing it locally on the same machine, I have set the domain to 127.0.0.1:8300
> > > >what IP/Host are you accessing the admin section from, and what does > >your apps.cfm have in it? > > My apps.cfm has the following: <cfscript> stApps = structNew(); stApps['127.0.0.1:8300'] = 'farcry_myapp'; </cfscript> I removed the port number (which I assumed would be needed so I added it to the ip address in the domain field during installation ) and it now displays the login form. After logging I kept getting bounced to an internet explorer error page. I started the default server service (i'm using the J2EE version) and for some reason it now works. > >farcry_myapp is a folder that contains the farcry "instance" you made > >upon installation. This is where all of your modifications will go, both > >to the website itself and to the COAPI. If you want to add another > >farcry site, the installer will create another folder like the > >farcry_myapp one. > > That is what I thought but wasn't sure. Thanks for helping me out, I'm ready to rock and roll!! ;-) Kola > >-dave > > > >>>> [EMAIL PROTECTED] 04/18/04 7:20 AM >>> > >Hi > > > >I have been attempting to install farcry. I have set up the mappings, > >run > >the installation script and get to the point where I am first prompted > >to > >login. When I attempt to launch the login page I get the following > >error: > > > >Could not find the included template /Application.cfm. > > > >The error occurred in > >C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\farcry_core\admi > >n\Applicati > >on.cfm: line 9 > > > >7 : > >8 : <cfcatch> > >9 : <cfinclude template="/Application.cfm"> > >10 : </cfcatch> > >11 : </cftry> > > > > > >This is the directory structure I have > > > >C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\farcry_aura > >C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\farcry_core > >C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\farcry_myapp (generated > >by > >installation - not sure what the purpose of this folder is) > > > >I have the following in my jrun-web.xml file to create webserver > >mappings > >for the admin and my web application > > > ><virtual-mapping> > > <resource-path>/elnew</resource-path> > > > ><system-path>C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\el\ > >www\</syste > >m-path> > > </virtual-mapping> > > > ><virtual-mapping> > > <resource-path>/farcry</resource-path> > > > ><system-path>C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\far > >cry_core\ad > >min </system-path> > ></virtual-mapping> > > > >Note that the first mapping above points to a folder created for my > >application (el) - is this correct? > > > >Finally I have a coldfusion mapping \farcry which points to > >C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war. > > > >TO be honest its not clear from the installation what the purpose of > >these > >mappings is - I can understand having a mapping to the farcry admin but > >why > >do I need a mapping to my application folder? What is the purpose of > >farcry_myapp? Why is there a coldfusion mapping /farcry and a webserver > >mapping /farcry which point to different places? > > > >I think a little explanation of the purposes of the mappings/folders > >etc. > >would help developers diagnose what is wrong with the installation > >themselves when they have teething troubles. > > > >I would be grateful for any light which can be shed on this - thanks. > > > >Kola > > > > > >--- > >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 --- 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
