Questions tagged [coldfusion]

22 questions
4
votes
2 answers

Is it possible to give a user admin privledges over a service?

Possible Duplicate: How to assign permissions to manage windows service when UAC is enabled? Our network admin set the ColdFusion 9 Application Server service to start automatically, sometimes the service starts and sometime it doesn't. So is…
John
  • 1,215
3
votes
1 answer

How to add esapi to ColdFusion 8

On https://github.com/damonmiller/esapi4cf there is a description of how to add the esapi jars to ColdFusion 9, but I'd like to know how to add them to ColdFusion 8. I but the esapi-2.0.1.jar in a few of the Java Class Paths that are listed in the…
ztatic
  • 630
3
votes
1 answer

Enabling SSL on the ColdFusion 8 built-in web server

So I followed the instructions here with CF8 on winXP: http://www.cfchimp.com/wordpress/2008/08/enabling-ssl-on-the-coldfusion-8-built-in-web-server/ and got the following error: Any idea what is wrong? On FF I get this error: Secure Connection…
ztatic
  • 630
2
votes
1 answer

No "ReadFile" operation from Coldfusion server on CFM files

I captured a Process Monitor trace of my browser requesting a page from my local Coldfusion 8 server. I am still not very experienced in using procmon to find problems. I don't understand why I can't find any "ReadFile" operations on the CFM file I…
2
votes
1 answer

How to disable directory listing in the ColdFusion 8 built-in webserver?

I am using ColdFusion 8, and the built-in webserver as a development environment. In order to access sites hosted by the CF built-in webserver you put site directories in cf_root/wwwroot/ and can find them at localhost:8500/, and by default the…
ztatic
  • 630
2
votes
1 answer

How to access CF developer edition server on Parallels VM from OS X

I have a Windows XP system with CF8 development edition setup on a Parallels VM on my OS X machine that I use for development. CF8 is using the built-in webserver, so I access my development sites on this VM on localhost:8500. So, I would like to be…
ztatic
  • 630
1
vote
2 answers

How to show cfm, html, js, css, and browser tab in coldfusion builder 3?

On Coldfusion Builder 2, I see these tabs are available when I create a new page, but not on Coldfusion Builder 3. What should I do to show them on CFB 3?
NoName
  • 314
1
vote
3 answers

Flash Builder taking over file associations on OS X

I am running OS X Snow Leopard with both Flash Builder 4.5 and Eclipse Indigo as separate installs. Flash Builder has completely taken over anything I associate with Eclipse. I do a lot of ColdFusion development. Sometimes I have to open single…
1
vote
1 answer

Logging out of one application causes sessions to be destroyed in all other web applications -How to Fix?

I have two web applications deployed in a corporate environment on IE6/8: App A uses smart card authentication, App B is just standard authentication When App A logs out/de-authenticates, it seems to destroy the sessions for App B and cause people…
1
vote
0 answers

ColdFusion 2018 and BlazeDS DateTime Parse Error for Three Char Daylight Saving Time Code

When using BlazeDS (Flex app) to send dates to CF, and the date sent is within Daylight Saving Time, CF fails with an error [BlazeDS] Error deserializing client message. coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: July 8, 2016…
Dennis
  • 11
1
vote
1 answer

Which Eclipse base type should I install for ColdFusion Development?

When you use the Eclipse Installer for Windows 7 32 bit there is a screen with a list of options on which eclipse to install. I know eventually I will be adding the CFEclipse add-on but I am not sure which base configuration to start with. Any info…
Denoteone
  • 135
0
votes
1 answer

Checking out TortoiseSVN files onto a server that does not have SVN to create a working files directory

We have a svn server that is a small machine for source control only. My group is working on a ColdFusion project. I installed TortoiseSVN 1.8.7, build 25475- 64bit. I can checkout the repository (324 Mb; approx. 1,600 files) to a local folder…
0
votes
0 answers

What would cause a ColdFusion website to error in only one browser, on only one computer?

I'm using a MacBook Pro running OS X Mountain Lion. A particular website I am trying to visit gives me ColdFusion/Java errors anytime I try to access any of its pages. For a while I thought it was a problem with the website, but then I did some…
BCXtreme
  • 121
0
votes
1 answer

IBM SDK policy files

We installed IBM websphere on a RHEL 6 server, and it came with its own version of java. However, the encryption module on the box doesn't work, because it complains about : java.security.InvalidKeyException: Illegal key size or default…
roymustang86
  • 223
  • 3
  • 7
  • 14
0
votes
1 answer

ColdFusion won't start after applying the 9.0.1 update How do I roll it back?

I installed the Coldfusion 9.0.1 update and now The application server won't start. I'm concerned that I may have installed the 64 bit update on a 32bit server but I am not sure how to check it without a running CF instance. When trying to start the…
1
2