Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cannot find CFIDE.adminapi.security

Explorer ,
Sep 17, 2007 Sep 17, 2007
hi,
I am having problems logging to CF8 admin. During the CF 8 install I selected Apache server and chose to install CFIDE under /Users/user/Sites
After the installation finished, it asked me if I would like to login to admin console. I clicked on the provided url ( http://127.0.0.1:80/CFIDE/administrator/index.cfm) and that did not work of course since it was missing /~user/. When I changed it to http://127.0.0.1:80/~user/CFIDE/administrator/index.cfm -- I got this error - Could not find the ColdFusion Component or Interface CFIDE.adminapi.security
Please help.
2.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 17, 2007 Sep 17, 2007
jacobdol wrote:
> I am having problems logging to CF8 admin. During the CF 8 install I selected
> Apache server and chose to install CFIDE under /Users/user/Sites
> After the installation finished, it asked me if I would like to login to admin
> console. I clicked on the provided url
> ( http://127.0.0.1:80/CFIDE/administrator/index.cfm) and that did not work of
> course since it was missing /~user/. When I changed it to
> http://127.0.0.1:80/~user/CFIDE/administrator/index.cfm -- I got this error -
> Could not find the ColdFusion Component or Interface CFIDE.adminapi.security

Find neo-runtime.xml and check that the mapping for /CFIDE? points to
the correct directory.

Jochem

--
Jochem van Dieten
Adobe Community Expert for ColdFusion
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 18, 2007 Sep 18, 2007
i looked in neo-runtime.xml but there is no such a thing in there like mapping of /CFIDE
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 21, 2007 Sep 21, 2007
Did you start the Appache Server before trying http://127.0.0.1:80/CFIDE/administrator/index.cfm) page.

Rajan
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 23, 2007 Sep 23, 2007
yep, I did. At this point, I gave up on making it work (thanks for not testing it with Apache on OS X, Adobe!) and installed it as a standalone server.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 23, 2007 Sep 23, 2007
In article <fd6d6e$sq$1@forums.macromedia.com>
"jacobdol"<webforumsuser@macromedia.com> wrote:
> yep, I did. At this point, I gave up on making it work (thanks for
> not testing it with Apache on OS X, Adobe!) and installed it as
> standalone server.

It works just fine with the standard Apache 1.x on OS X. You haven't
really given us any details about how you installed it or what (if
anything) went wrong during the install. I've installed CF8 multiple
times now on OS X and it's worked flawlessly each time.


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 23, 2007 Sep 23, 2007
In article <nemoSun092307121256@forums.macromedia.com> Sean
Corfield<sean@corfield.org> wrote:
> It works just fine with the standard Apache 1.x on OS X. You haven't
> really given us any details about how you installed it or what (if
> anything) went wrong during the install. I've installed CF8
> multipletimes now on OS X and it's worked flawlessly each time.

OK, re-reading your initial post, I see you chose not to install it to
the standard location /Library/WebServer/Documents/ - You cannot
install the CFIDE folder tree to a subdirectory of a site.

--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood



Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 23, 2007 Sep 23, 2007
I thought that the default location was Applications/ since this is where CF installs it by default. Ok, how else can I get CF webroot to be mapped to Apache?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 23, 2007 Sep 23, 2007
LATEST
In article <fd6fh4$35d$1@forums.macromedia.com>
"jacobdol"<webforumsuser@macromedia.com> wrote:
> I thought that the default location was Applications/ since this is
> where CF installs it by default. Ok, how else can I get CF webroot
> to be mapped to Apache?

The default location for the *application* is under /Applications but
the default location for your Apache webroot is
/Library/WebServer/Documents which is where CFIDE should go. I believe
that's actually the default path in the installation dialog...

--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood



Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources