and you have the coldfusion mapping to /farcry/ and /webtop/ set up? That's one thing that could very well be happening.
I'm also guessing that since you have to browse to the url /activant/eagle_customers, that you would need to set that as the project_url. Tomek On Fri, Mar 5, 2010 at 11:40 AM, Activant <[email protected]> wrote: > Ok...been working on this more and I believe I have the web server > mapping setup correctly in apache. Here is the httpd entry... > > Alias /activant/eagle_customers "C:/Program Files/wamp/www/farcry/ > projects/eagle_customers/www/" > > <Directory "C:/Program Files/wamp/www/farcry/projects/ > eagle_customers/www"> > Options Indexes FollowSymLinks +Includes ExecCGI > AllowOverride None > Order allow,deny > Allow from all > </Directory> > > Now when I browse to the url, it redirects, but what is odd is it is > still telling me that no projects exist. The project does exist though > and I even tried running through the installer again and it tells me > that the project is already there. As previously stated, I am thinking > that the problem is within the farcryconstructor with these lines... > > <cfset THIS.projectURL = "/" /> > <cfset THIS.webtopURL = "/webtop" /> > > Anyone have thoughts on this? > > On Mar 4, 2:50 pm, Activant <[email protected]> wrote: > > I just ran through a clean install using the advanced deployment > > option as I want to have several projects using the same farcry core. > > I put the web server mapping in my httpd.conf file within my apache > > server and now when I browse to the url, farcry tells me that no > > projects exist. This is odd as I just ran through the install, the db > > was created and I see the project folder/files under the farcry > > directory. > > > > Here is my web server mapping line... > > > > Alias /activant/eagle_customers "C:\Program Files\wamp\www\farcry > > \projects\Eagle_Customers\www\" > > > > I am thinking that it might be something within the farcryconstructor > > file, but I could ne wrong...thoughts? > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: > [email protected]<farcry-dev%[email protected]> > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
