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
Categories
Database MySQL Server Technology Windows

Fixed: Maria DB – Row size too large (> 8126) – Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED

January 11, 2023
1 min read
When trying to import an SQL file with InnoDB, Maria DB users can see the following message as an error or warning:. SQL Error (1118): Row size too large (>…
Read more
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
Server Windows

How to execute a batch (.bat) file in a remote windows machine?

July 24, 2022July 24, 2022
1 min read
To execute a batch file in a remote windows machine, there is an utility provided by Microsoft. The utility is PsExec. You can download the zip file with the utility…
Read more
Categories
Integration JavaScript JSON Lucee Node.JS Oracle PHP Server Technology Windows

Using Server Sent Events (SSE) with Session

March 13, 2020March 13, 2020
2 mins read
SSE or server sent events are a great choice for pushing data from server to the clients. The benefit of SSE over web-sockets is that unlike web-sockets SSE is a…
Read more
Categories
Uncategorized

Hosting an Angular Web application in IIS server

October 28, 2019October 28, 2019
1 min read
Ref: http://sundeepkamath.in/posts/hosting-angular-application-in-iis-server/
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

Posts pagination

1 2 … 4 Next