Questions tagged [cfadmin]

24 questions
1
vote
1 answer

URL-based debug mode

ColdFusion's documentation states Another option available is to use a URL parameter mode=debug. The URL would look like this www.allaire.com?mode=debug. This URL will display debug information whether you have debug information turned on or…
James A Mohler
  • 11,060
  • 15
  • 46
  • 72
1
vote
1 answer

How do I determine if a scheduled task was ran automatically or ran in a browser?

I am running some code as a scheduled task, setup in CF Administrator. Is there a way to tell in the code that the code ran as a scheduled task, whether it was ran by clicking the run icon in the CF Administrator scheduled task area, or whether it…
1
vote
2 answers

Getting CFAdmin Mail Server in code

I've specified a Mail Server in my CFAdmin I want to get it in my code. Is it possible somehow?
Adil Malik
  • 6,279
  • 7
  • 48
  • 77
1
vote
1 answer

Managing Certificates In CF Administrator

I'm using keytool for importing and managing certificates. However, when validating a datasource I'm using that requires an x.509 certificate that I need to test the error message isn't helpful: org.postgresql.util.PSQLException: Connection refused.…
justacoder
  • 2,684
  • 6
  • 47
  • 78
0
votes
0 answers

Coldfusion tmpCache in auto scaling group/multiple instance

I was using some functions inside C:\ColdFusion2018\cfusion\tmpCache\CFFileServlet on my Coldfusion, however after moved the setup into auto scaling group, when there is >1 instance/server running, my application failed to load properly the…
Yong Cai
  • 143
  • 1
  • 17
0
votes
0 answers

Cannot see migration wizard during Import Settings step of ColdFusion 8 to ColdFusion 11

I am migrating from CF8 to CF11 and at the end I cannot see the automatic migration wizard when Admin console is opened. I want to import all CF8 settings to the new CF11. On the other hand, I can see the migration wizard when I am migrating from…
Vasu
  • 319
  • 5
  • 19
0
votes
0 answers

Pagination part missing in email undeliverable options in CF2016 admin

I've working with CF2016. In my local I've tested about send an email. For example I've tested it localhost:8501/testSendMail.cfm. But I could not able to see the pagination options in coldfusion email undeliverable option. See While I'm testing…
Kannan.P
  • 1,263
  • 7
  • 14
-1
votes
1 answer

Search service installation on existing CF 11

We have ColdFusion 11 installed and working on production Windows Server 2012 R2 server. Search Services and Solr were not initially installed. What would be the steps to add them now? Is there a simple way to do it on a running system? Your input…
-2
votes
1 answer

Could not find the included template

When I'd like to run idnex.cfm there is error "Could not find the included template". I should use CF admin mappings, but there are a lot of such errors in different files. So, is there the easier way to solve a problem? Full error message: Could…
Wolandello
  • 127
  • 4
  • 15
1
2