I am working on a railo 4.2.1.008 server. I can run the web admin from localhost/railo-context/admin/web.cfm and www.mydomain.com/railo-context/admin/web.cfm. Both of them are showing individual settings. But the local one allows me to add an event gateway. When I added one, it lists the added instance above the add form. But in the other one, the form get submits and it is not listing anything. i am not sure it is added or not. Also I am not sure both the admin console are running from a same folder. Can anyone advice me on this?
Railo cannot add event gateway under service in web admin
134 views Asked by Marikkani Chelladurai At
1
There are 1 answers
Related Questions in WEB-CONFIG
- Log to Dynatrace using Serilog and web.config .NET Framework API
- trying to get value from secret file .NET 4.8 (VB)
- .NET Core : disable parent application web.config inheritance
- IIS URL Rewrite 2 different URLs in one Rule using Conditions, is it possible?
- Azure web App is ignoring web.config URL rewrite
- CustomHeaders specified in web.config in angular application not reflected in response
- HTTP Error 413.1 - Request Entity Too Large issue
- ASP Net Core IIS error on any settings. Webconfig AspNetCoreModuleV2 problem?
- Web.config transform not being performed in .NetCore 6 webapi service
- Override machine.config's config section in web.config
- web.config oldsite to newsite 301, domain/root to new page AND old pages to oldpages
- Error deploying .NET Framework 4.8 project on Windows Server 2019: "targetFramework" attribute issue
- Web.config transfor is adding 
 How to ignore linebreak during transformation
- web.config - How to serve jpg/png as webp and avif if exist in IIS web.config?
- Illegal characters in path on http request
Related Questions in SETTINGS
- how to play a sounds in c# forms?
- Issue with Xcode Target and settings for Apple Watch App
- I am using the bash terminal in VS Code, I am new to coding, and the terminal displays very differently, how do I get them to match?
- optimizing my.cnf for specific use case with MariaDB
- How do I specify a default folder for bash terminal in visual studio code?
- I want to run my own interface that I coded with Python in RoboDK
- Lynx options not saving
- How to control the font size in Kivy settings panel for the menu item name in settings menu list
- Visual Studio Code - is not showing dist folder.......and I am desperate
- C# Cant deploy to Custom setting Path
- A way to directly open 'Cleanup recommendation' settings GUI, from Command prompt (or) powershell
- Django, Settings module not found on YouStable hostings
- Changing color of the console outputs in Pycharm
- How can I change the configuration of a Godot project through code?
- ModuleNotFoundError: No module named " "
Related Questions in RAILO
- Coldfusion CFML Howto share DB Results between subpages
- Using StructKeyExists on a cfquery result
- Problem with Mysql and using the function last insert ID
- Need to change a MYSQL query using the @ as we updated our Mysql version
- Custom function works in ColdFusion 10/11 but throws error in Lucee
- Using FORM.getPartsArray() in Lucee
- coldfusion pagination (Next & Previous)
- Prevent YES/NO values to convert to true/false Coldfusion 9?
- Query cf queryObject and insert into table
- Running Lucee on Tomcat and need to server a JSP page
- How to configure Railo so that cflog logs its data to console
- Lucee isDate evaluation not working correctly
- Coldfusion: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256
- Including interface functions in cfc from cfml files on lucee or railo
- How do I replace unwanted commas in a comma delimited file in ColdFusion
Related Questions in ADMIN-RIGHTS
- In C#, is it possible to Impersonate as an admin user and Run another program with Admin privileges without it asking for a password? - SOLVED
- Run unit test with admin rights
- Run the MSI installer built by VS installer project with admin rights
- Running a Batch with Admin Rights, but with pre saved User&Pass in the Batch to avoid windows asking for the Cridentials
- Git without Admin rights, Windows 10?
- Run Powershell command on Windows 10 startup with admin rights
- Websocket server is not starting without admin rights
- How can I start the program without admin rights in VB.NET?
- How to run a process asynchronously in administration mode?
- Exporting & Import Folder Structure and rigts with CSV file using PS Script
- Access Denied with LDAP and C#
- How to copy/download file into Program Files without admin rights?
- How can I start the PowerShell with admin rights from C#?
- Remove elevated rights required in Delphi 5 application
- Execute external program with administrator rights
Related Questions in EVENT-GATEWAY
- Encountering 'Error invoking CFC for gateway file: null
- Issue with ColdFusion Directory watcher Logs
- How to invoke AWS lambda while running EventGateway locally
- ColdFusion event gateways are taking long time to generate huge number of PDF files
- Which event endpoint should each device send a StateReport/ChangeReport to?
- Subscribing to multiple ActiveMQ topics in a Coldfusion Event Gateway
- Railo cannot add event gateway under service in web admin
- BPMN event-based gateway with conditional flow
- Unable to start event gateway instance: Event Gateway Service is not enabled
- ColdFusion SMS Gateway Instance problem
- asynchronous events through CFCs vs cfthread?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I also had the same issue.Please check your application.cfc and check for any onrequest codes.In my case I renamed my application.cfc and it worked as the application.cfc variables got reset.