anirbang43046357
New Here
anirbang43046357
New Here
Activity
‎Jun 12, 2023
05:35 AM
We are using nginx as a reverse proxy on top of Tomcat
... View more
‎Jun 12, 2023
04:57 AM
1 Upvote
Hi, I am running my coldfusion application via docker, the application has a onServerStart() method in a file called Server.cfc which lies inside the webroot of our coldfusion project, when building the container the Server.cfc does not get triggered, although I can do it from the admin console(that works) but is there any other way to do the same. I have also tried to create an object of Server.cfc and calling from the application.cfc, but using that the control goes into the server.cfc method but does not initialize the server with the details. Thanks in advance.
... View more
‎Apr 21, 2023
03:09 AM
Hi, I have an application which is dockerized and uses Nginx server. How do I map the root directory of the project to point at a URL localhost:8500/app and the rest of the folders such as CFIDE and cf_scripts to localhost:8500/app/CFIDE and localhost:8500/app/cf_scripts. Thanks in advance!
... View more