Whatever message this page gives is out now! Go check it out!
Configuration task | When to do it |
Managing ColdFusion services in Windows and Managing the ColdFusion process in UNIX | For your changes to take effect when you stop and restart ColdFusion, for example after you enable or disable security in the ColdFusion Administrator or change any of the Java and JVM settings. You can do this at any time after you install ColdFusion. |
Configuring web servers | When moving to a production server or when the built-in web server no longer meets your needs. |
Enabling CORBA support | If you must make CORBA invocations from ColdFusion. You can do this after you install ColdFusion and before you make a CORBA call from ColdFusion. |
Disabling Remote Development Services | For security reasons, disable RDS when you move an application to the production environment. |
Disabling JSP functionality (server configuration only) | When running ColdFusion Enterprise Edition in a hosted environment, you might want to disable JSP processing. |
Changing the ColdFusion user account in Windows | Iif you discover that the account under which ColdFusion is running has inappropriate access rights; for example, to interact with remote data sources, other application pages, or COM objects. You must also do this to be able to print to a printer using the cfprint tag. You can do this after you install ColdFusion and before you deploy your application. |
Service | Purpose | Configuration |
ColdFusion 2025 Application Server | The main ColdFusion service. ColdFusion pages cannot be processed if this service is not running. | Server |
ColdFusion 2025 ODBC Agent | The service used to configure data sources for the ColdFusion 2025 ODBC Server. | All |
ColdFusion 2025 ODBC Server | The middle-tier service for ODBC connections that use the DataDirect drivers for Microsoft Access and ODBC Socket. | All |
ColdFusion 2025 Jetty Service | Provides support for the ColdFusion 2025 search tags .. You cannot use the ColdFusion 2025 search tags if this process is not running. | All |
ColdFusion 2025 .NET Service | Lets you access local .NET assemblies on a Windows system that runs ColdFusion. | All |
ps - eaf | grep coldfusion2025 |
nobody 4528 1 11 12:44 pts/0 00:00:07 /opt/coldfusion2025/bin/coldfusion2025 |
cd cf_root/bin |
Task | Command |
Start ColdFusion (2025 release) | ./coldfusion start |
Stop ColdFusion (2025 release) | ./coldfusion stop |
Restart ColdFusion (2025 release) | ./coldfusion restart |
View status of ColdFusion server | ./coldfusion status |
ps - eaf | grep coldfusion2025 |
nobody 4528 1 11 12:44 pts/0 00:00:07 /opt/coldfusion2025/bin/coldfusion2025 |
cd cf_root/bin |
Task | Command |
Start ColdFusion (2025 release) | ./coldfusion start |
Stop ColdFusion (2025 release) | ./coldfusion stop |
Restart ColdFusion (2025 release) | ./coldfusion restart |
View performance information for ColdFusion (2025 release) | ./coldfusion status |
worker.server1.host=localhost worker.server1.port=8014 |
./ wsconfig - ws Apache -dir <apache config directory> -v |
/opt/coldfusion2025/cfusion/runtime/bin/ wsconfig - ws Apache -dir /etc/ httpd /conf -v |
JkMountFile "/Applications/<ColdFusion Installation Directory>/config/wsconfig/1/uriworkermap.properties"JkMountFile "C:\<ColdFusion Installation Directory>\config\wsconfig\1\uriworkermap.properties"Field | Value |
ORB Name | visibroker |
ORB Class Name | coldfusion .runtime.corba.VisibrokerConnector |
Classpath | (none) |
ORB Property File | C:\ColdFusion2025\lib\vbjorb.properties |
org.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB SVCnameroot=namingroot |
osagent |
vbroker.agent.port=<port> |
irep myir MyIDLFile.idl |
nameserv namingroot |
<servlet id="coldfusion_servlet_8789"> <servlet-name>RDSServlet</servlet-name> <display-name>RDS Servlet</display-name> <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class> <init-param id="InitParam_113401311165856789"> <param-name>servlet.class</param-name> <param-value>coldfusion.rds.RdsFrontEndServlet</param-value> </init-param> </servlet> --> |
<servlet-mapping> <servlet-name>jsp</servlet-name> <url-pattern>*.jsp</url-pattern> --> |