View previous topic :: View next topic |
Author |
Message |
succubi -
Joined: 09 May 2006 Posts: 3
|
Posted: Fri May 12, 2006 4:16 am Post subject: ColdFusion and Abyss Web Server |
|
|
i want to ask whether or not it is possible to use coldfusion 5 from macromedia on the abyss webserver?
if it is, is it recommended or not?
thanks |
|
Back to top |
|
 |
abyssisthebest -
Joined: 30 Jun 2005 Posts: 319 Location: Boston, UK
|
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
|
Back to top |
|
 |
phirez -
Joined: 22 Apr 2006 Posts: 57
|
Posted: Sat May 27, 2006 5:39 pm Post subject: I think this was posted before |
|
|
Coldfusion is a server in its self that runs on port 8500 (if you got macromedia's ). There is two freeware alternatives. Ignitefusion (google it) this is a interperter (like php or activeperl) That allows abyss to run coldfusion scripts. The other is also a server Bludragon Coldfusion (google it). |
|
Back to top |
|
 |
Taellik -
Joined: 08 Jul 2002 Posts: 42 Location: USA
|
Posted: Fri Jun 30, 2006 11:36 am Post subject: Ignitefusion not working with X1 |
|
|
Installed the X1 version and Ignitefusion doesn't work now. Set the script parameters for the interpreter exe
CGI/ISAPI E:\ignite28\ignitedb.exe cfm
and two (2) virtual parths were created with /*.cfm extensions autmatically by Abyss.
One virtual path can be edited/deleted, other path had no icons for edit/delete.
Restarted Abyss server after making the script paramters changes and when trying to serve up a cfm (coldfusion) page, a download dialog message box displays to download the cfm web page.
The php scripting works fine.
Any ideas Aprelium why Abyss not recognizing the ignitefusion script exe anymore ? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Jun 30, 2006 1:11 pm Post subject: Re: Ignitefusion not working with X1 |
|
|
Taellik,
The /*.cfm script path which has no edit or delete icons is there because one of your interpreters defines cfm as an associated extension and its parameter "Automatically update script paths with the associated extensions" is checked. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Taellik -
Joined: 08 Jul 2002 Posts: 42 Location: USA
|
Posted: Fri Jun 30, 2006 1:21 pm Post subject: |
|
|
Aprelium
I resolved the multi-cfm entries..only one /*cfm there now, but still get the download dialog box when trying to serve a cfm web page using ignitefusion.
Current interpreter settings are :
Interface :CGI/ISAPI
Interpreter :E:\ignite28\ignitedb.exe
Agrumetns :
Associated Extensions :cfm
Virtual Path: /*cfm
Type : Standard |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jun 30, 2006 6:25 pm Post subject: |
|
|
Are you sure you're using the correct drive letter? You're using the same CGI
Interpreter path as the installation example.
Try using C:\ignite28\ignitedb.exe |
|
Back to top |
|
 |
Taellik -
Joined: 08 Jul 2002 Posts: 42 Location: USA
|
Posted: Fri Jun 30, 2006 9:47 pm Post subject: |
|
|
TRUSTAbyss wrote: | Are you sure you're using the correct drive letter? You're using the same CGI
Interpreter path as the installation example.
Try using C:\ignite28\ignitedb.exe |
My ignitedb.exe file is installed to my E drive in folder called ignite28
But I'll give it a shot and copy it to the C drive and see what happens..... |
|
Back to top |
|
 |
|