Skip to content
  • Obidos Technologies (P) Ltd
Obidos Technologies (P) Ltd

ObidosTech Knowledge Base

Help snippets on NodeJs, React, ColdFusion, PHP, Android, iOS and tech news

About Obidos Technologies (P) Ltd

Profile
ObidosTech

Obidos Technologies (P) Ltd is an off-shore development and maintenance center for ColdFusion applications, PHP application along with ReactJS, NodeJS

Menu
  • Obidos Technologies (P) Ltd
  • Prasanth Kumar.S

Category: ColdFusion

13 Articles
Categories
Apache ColdFusion Lucee Server Technology Tomcat Windows

Two tips on moving Lucee web-inf out of the root.

December 14, 2022
2 mins read
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…
Read more
Categories
ColdFusion Database Lucee MySQL Server Tomcat Windows

Fixed: Lucee page rendering taking 2-3 seconds every time

December 14, 2022
1 min read
In one of our latest Windows servers, the latest version of Lucee (5.3.10.97) with default configuration was showing an apparent slowness. Every page, whether it is a single line output…
Read more
Categories
ColdFusion Email Internet Lucee Railo Server Technology Tomcat Windows

How to setup Zoho email in Lucee

October 28, 2022January 11, 2023
1 min read
Zoho have introduced 2FA and so we cannot use the email password with Lucee or any other client like outlook. To use the Zoho to send out an email using…
Read more
Categories
ColdFusion Lucee

Strange result in Floating point arithmetic with Lucee. Use PrecisionEvaluate() to solve.

October 24, 2022October 28, 2022
1 min read
In some of the floating point calculation the result will be strange. Here is one example in a post by a user. Im getting strange result: 596.45 * 100 =…
Read more
Windows Server 2022
Categories
Apache ColdFusion Lucee Release Server Windows

[Solved] Windows 2022 server – The ws-management service cannot process the request. the service is configured to not accept any remote shell requests.

August 1, 2022August 7, 2022
1 min read
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…
Read more
Categories
ColdFusion Lucee Server Technology

Lucee News – new .cfs extension coming to Lucee

October 17, 2019October 17, 2019
1 min read
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…
Read more
Categories
Apache ColdFusion Lucee Railo Server Tomcat

Lock down Lucee Admin to localhost with IIS

February 19, 2018February 24, 2018
1 min read
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).…
Read more
Categories
ColdFusion Database Lucee PHP Railo Server SQL Server

Join separate Date and Time fields to one field in MS SQL Server

July 31, 2017
1 min read
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…
Read more
Categories
ColdFusion Internet JavaScript JSON Node.JS PHP Technology

Accurate way to round decimals in JavaScript

February 27, 2017February 27, 2017
1 min read
The rounding problem can be avoided by using numbers represented in exponential notation: Number(Math.round(1.005+'e2')+'e-2'); // 1.01 Source: http://www.jacklmoore.com/notes/rounding-in-javascript/
Read more
Categories
ColdFusion Internet Server Technology

*SOLVED* Submitting Form with more than 100 fields shows blank page in ColdFusion9, 10

October 19, 2016October 19, 2016
1 min read
ColdFusion 9 & 10 by default have a setting to allow maximum 100 fields to be submitted. If the number exceeds you will simply get a blank page with no…
Read more

Posts pagination

1 2 Next