
coldfusion - Lucee - How to setup virtual sites and access the web ...
May 28, 2019 · Lucee - How to setup virtual sites and access the web administrator? Ask Question Asked 6 years, 10 months ago Modified 6 years, 10 months ago
Lucee - MySQL - Could not create connection to database server ...
Oct 15, 2022 · I try to add a new data source, but I get this error: lucee.runtime.exp.NativeException: Could not create connection to database server. Attempted reconnect 3 times.
Reset Lucee Server admin password - Stack Overflow
Feb 18, 2015 · For example, those who run the Lucee installer on Windows may find the location could be C:\lucee\tomcat\lucee-server\context\lucee-server.xml (no "lib/ext"). If you're stuck, just search for …
Lucee IIS10 - Tomcat 8.5 BonCodeAJP Connector - Stack Overflow
Aug 28, 2020 · I have a Windows 2016 64bit server installation that runs Lucee 5.3.1.102 with Tomcat/8.5.35 with BonCodeAJP Connector. Everything runs smooth in general and the website has …
How to config Lucee with IIS server in windows 10
Aug 16, 2021 · I will ready have some site in IIS, I also need add some coldfusion sites there. I just install Lucee, how to make lucee handle cfml pages in IIS. I need know what I need setup in Lucee …
sql - Lucee <cfadmin> does not correctly store connectionString ...
Nov 9, 2021 · I'm attempting to programmatically add datasources to the Lucee Server context (ie. not on a per-application basis, but rather datasources that are made available to all web contexts on the …
issues with lucee server installed on nginx - Stack Overflow
Jan 23, 2019 · You may also care to check your lucee_proxy.conf file and ensure that your mod_cfm shared key matches your tomcat server.xml shared key.
oauth 2.0 - Lucee OAuth2 O365 - Stack Overflow
Oct 14, 2022 · We were using basic authentication with O365. I believe their switch to OAuth has broken our system. I am looking for resources,tutorials, and advice on how to implement an OAuth layer to …
Coldfusion/Lucee multiple conditional select via AJAX
Dec 3, 2021 · I'm currently teaching (re-teaching) myself JavaScript and jQuery in order to rewrite a legacy application that runs on Lucee. Part of the rewrite requires several additions to the basic …
coldfusion - How to support transfer-encoding: chunked in lucee ...
Jul 29, 2025 · What I need being able to receive and serve requests that have the header Transfer-Encoding = chunked, the page is returning a few KB of json text. What's happening requests are …