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: Apache

6 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
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
Apache Internet JavaScript JSON Node.JS Server Technology Windows

Create HTTPS server with Node.js

October 23, 2019October 23, 2019
1 min read
To start an HTTPS server, you need to have the private key.pem and also the certificate.pem of the SSL certificate. Then using the crypto and fs libraries, you can get…
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
Apache Internet PHP Server Technology Tomcat

Hide the fractional part in a decimal number if it is .00, in PHP

April 21, 2017April 21, 2017
1 min read
When displaying decimal numbers, it will show both the Integer and Fractional part even if the fractional part is 00. Like below: 2.35 3.50 2.00 If we need to hide…
Read more
Categories
Apache Integration Internet Lucee Railo Release Server Technology Tomcat Windows

*FIXED* Setting you Railo / Lucee server to use TLS 1.2 by setting to use Java 1.8 instead of Java 1.7.

February 28, 2017February 28, 2017
1 min read
TLS 1.0 support is being dropped by more and more platforms. If you are using your Railo / Lucee server to communicate with the service that have dropped the support…
Read more