I followed the aforementioned link and attempted to create the server
mappings, but I am no expert at this and I am still getting the no
project issue. Here are my mappings...

    Alias /activant/eagle_customers "C:/Program Files/wamp/www/farcry/
projects/eagle_customers/www"
    Alias /farcry/core "C:/Program Files/wamp/www/farcry/core"
    Alias /farcry/core/webtop "C:/Program Files/wamp/www/farcry/core/
webtop"
    Alias /farcry/plugins/farcryverity "C:/Program Files/wamp/www/
farcry/plugins/farcryverity"
    Alias /farcry/projects/activant "C:/Program Files/wamp/www/farcry/
projects/activant"
    Alias /farcry/projects/activant/www "C:/Program Files/wamp/www/
farcry/projects/activant/www"

Anyone have any thoughts?

On Mar 6, 9:32 am, Tomek Kott <[email protected]> wrote:
> sorry, you may be right. This is the closest i could find on mapping /
> deployment 
> info:http://docs.farcrycms.org/display/FCDEV50/Deployment+Configurations
>
> On Fri, Mar 5, 2010 at 3:35 PM, Activant <[email protected]> wrote:
> > also...I changed the project url...
>
> > <cfset THIS.projectURL = "/activant/eagle_customers" />
>
> > Here is my webtop url...
>
> > <cfset THIS.webtopURL = "/webtop" />...does this need to be /farcry/
> > webtop?
>
> > As far as cf mapping. I thought that was no longer required on 5.2?
>
> > On Mar 5, 1:32 pm, Tomek Kott <[email protected]> wrote:
> > > 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]>
> > <farcry-dev%[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]<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

Reply via email to