Two tips on moving Lucee web-inf out of the root.
The web-inf have lot of information including the logs. We can move this folder outside of the root and name it accordingly. The following two posts will help in the…
Help snippets on NodeJs, React, ColdFusion, PHP, Android, iOS and tech news
The web-inf have lot of information including the logs. We can move this folder outside of the root and name it accordingly. The following two posts will help in the…
Fixed the issue: In one of our latest Windows servers, the latest version of Lucee (5.3.10.97) with default configuration was showing an apparent slowness.
How to setup Zoho email in Lucee after 2 factor authentication is setup.
Strange result in Floating point arithmetic with Lucee. Use PrecisionEvaluate() to solve.
The issue will occur when you try to install IIS in Windows server 2022. We are trying to run Lucee in the Windows server 2022. In the last step of…
The SSE is a very useful method to push data from server to client. This article explains the requirement and implementation of SSE with Session so that each of the…
There's a new of a new .cfs extension coming to Lucee 6. This can be used to create scripted .cfm template without the need for wrapping a <cfscript> tag. more…
Lucee Admin can be locked to be accessed only from the localhost with IIS. For this, you need to have Remote Access to the server. Go to IIS admin (inetmgr).…
When you have date and time separate in two fields, it becomes difficult to have date operation like add in them. To have a correct solution, we need to join…
If you need to clone a GIT repository into an existing directory with files, use the following commands in command prompt in order. git init git init add origin…