- ColdFusion Tools User Guide
- Performance Monitoring Toolset
- Overview of ColdFusion Performance Monitoring Toolset
- Auto-discovery of ColdFusion nodes and clusters
- Code profiler in ColdFusion Performance Monitoring Toolset
- Configure ColdFusion Performance Monitoring Toolset settings
- Install ColdFusion Performance Monitoring Toolset
- View cloud metrics
- Monitor GraphQL in Performance Monitoring Toolset
- Configure TLS/SSL and Authentication for Elasticsearch 8.x in Performance Monitoring Toolset
- View cluster and node metrics
- View data source metrics
- View external services
- View incoming services
- View list of sites and busy connections
- View topology of sites
- Datastore Health Monitoring
- Performance Monitoring Toolset Update 1
- Secure Performance Monitoring Toolset with HTTPS/SSL
- Performance Monitoring Toolset deployment guide
- Use ColdFusion Builder
- About ColdFusion Builder
- System requirements | ColdFusion Builder
- Install ColdFusion Builder
- Edit code in ColdFusion Builder
- Manage servers in ColdFusion Builder
- Manage projects in ColdFusion Builder
- What's new in Adobe ColdFusion Builder (2018 release)
- Frequently Asked Questions (FAQ) | Adobe ColdFusion Builder (2018 release)
- Debug applications in ColdFusion Builder
- ColdFusion Builder workbench
- ColdFusion Builder extensions
- Debugging Perspective in ColdFusion Builder
- Build mobile applications using ColdFusion Builder
- Bundled ColdFusion Server
- Debug mobile applications in ColdFusion Builder
- Use extensions in ColdFusion Builder
- Coldfusion API Manager
- Overview of Adobe ColdFusion API Manager
- Features in ColdFusion API Manager
- Get started with ColdFusion API Manager
- Install ColdFusion API Manager
- Authentication types
- Create and publish APIs
- Administrator
- Subscriber
- Throttling and rate limiting
- Notifications
- Connectors
- Set up cluster support
- Integrate ColdFusion and API Manager
- Metrics and Logging in API Manager
- Generate Swagger documents
- Configure SSL
- Known issues in this release
- Policies in ColdFusion API Manager
- Create a Redis cluster
- Multitenancy in API Manager
- Docker images for ColdFusion API Manager
Adobe ColdFusion Builder is End of Life from Oct 1, 2024
Thank you for being part of the exciting journey of Adobe ColdFusion Builder.
As Adobe continues to focus on ColdFusion Builder extension for Visual Studio Code as the IDE for Adobe ColdFusion, we have decided to End of Life (EOL) Adobe ColdFusion Builder on Oct 1, 2024.
View the End of Life (EOL) announcement for ColdFusion Builder.
Read on to know what's new and changed in Update 1 of ColdFusion (2018 release) Performance Monitoring Toolset.
What's new and changed
Support for HTTPS/SSL
You can access Performance Monitoring Toolset dashboard over secured HTTPS/SSL.
For more information, see HTTPS support.
Tree view of Code Profiler data
You can see the results of a Code Profiler in the form of a tree-like structure in ColdFusion Builder.
For more information, see Code profiler results.
Datastore health monitor
Set alerts and check Datastore health, if any parameter goes beyond a defined threshold.
For more information, see Datastore health monitoring.
Change theme
Switch between a dark and a light theme.
For more information, see Change theme.
Most frequently run queries
See a graph of most frequently run queries and check SQL statistics for the queries.
For more information, see Most frequently run queries.
View tracked and un-tracked servers
You can view both tracked and un-tracked servers in the Topology section.
In the topology, the nodes are color-coded according to their current status.
For more information, see Tracked and un-tracked servers in Topology.
Known issues in this release
Install
Issue #1
Performance Monitoring Toolset fails to start when after installing, you point to JDK 11.
Workaround
Remove --add-modules=java.xml from jvm.config in <Performance Monitoring Toolset Home>/config/ and restart Performance Monitoring Toolset.
Issue #2
You will be unable to log in to the release version of Performance Monitoring Toolset if the user account is created or modified in the Update 1 of Performance Monitoring Toolset.
Workaround
Create or reset user account (within passwordreset.sh) after uninstalling Update 1.
Issue #3
On Suse Linux, you cannot install Performance Monitoring Toolset. While installing, after specifying a runtime user, you see the following error message:
"The user account '<user_name>' has root privileges and cannot start Performance Monitoring Toolset or Datastore service(s). To start the service(s), enter a non-root username."
REST
REST data does not get captured for a J2EE node in Performance Monitoring Toolset.
Workaround
For a J2EE instrance already deployed on application server, add the filter-mapping specified below under 'CF Monitoring Filter mappings' in cfusion/WEB-INF/web.xml.
<filter-mapping>
<filter-name>CFMonitoringFilter</filter-name>
<servlet-name>CFRestServlet</servlet-name>
</filter-mapping>
SSL
When connecting a J2EE server that is running a node on SSL, the error message, Peer not Authenticated, appears.