I installed ColdFusion 10 on Windows 10 and the mandatory update with the HotFix no 18 (for Windows 10). After restarting the Windows server the services are not present and I got the following error:
Error loading: D:\\ColdFusion10\\jre\bin\server\jvm.dll
Launch Command prompt as Administrator.
For the main application server service, run this command:
sc create "ColdFusion 10 Application Server" binPath= C:\ColdFusion10\cfusion\bin\coldfusionsvc.exe start= auto DisplayName= "ColdFusion 10 Application Server"
This can be applied to all the other services as well, I will enumerate a few:
ColdFusion 10 .NET Service (C:\ColdFusion10\cfusion\jnbridge\CFDotNetsvc.exe)
ColdFusion 10 Jetty Service (C:\ColdFusion10\cfusion\jetty\jetty.exe -zglaxservice ColdFusion10JettyService)
ColdFusion 10 ODBC Agent (C:\ColdFusion10\cfusion\db\slserver54\bin\swagent.exe "ColdFusion 10 ODBC Agent")
ColdFusion 10 ODBC Server (C:\ColdFusion10\cfusion\db\slserver54\bin\swstrtr.exe "ColdFusion 10 ODBC Server")
For CF11, the paths inside the CF installation are the same. There is one additional service, ColdFusion 11 Add-on Services (C:\ColdFusion11\cfusion\jetty\jetty.exe -zglaxservice ColdFusion11Add-onServices), instead of the Jetty Service that CF10 has.
Related
I am new to this job.
- First I have installed Apache tomcat with the port 8085 in Windows Server 2016. (Let's name this as SVR1) Then I have installed ORDS on tomcat Apache as the web listener.
- I could access apex application as ADMIN with the following URL from SVR1. http://localhost:8085/ords/
But my problem is when i change this URL to http://SVR1:8085/ords/ the it doesn't give me the apex application login page as earlier.
Please help me and guide me to fix this issue.
I installed IIS, Started Web Management Service, and Installed Web Platform Installer, checked the port, windows firewall is not enabled, shut down and started up, but still get the error that web deploy isn't installed when I try to publish with Web deploY in Visual Studio. What other configuration can I check to get the Web Deploy to complete?
Visual Studio 2017 Enterprise, IIS 10, Windows Server 2016, Web Deploy 5, ASP.net 4.6
Could not connect to the remote computer ("aspnet-dev"). On the remote computer, make sure that Web Deploy is installed and that the required process ("Web Management Service") is started. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_NOT_REACHABLE. The remote server returned an error: (404) Not Found
Could not connect to the remote computer ("aspnet-dev"). On the remote computer, make sure that Web Deploy is installed and that the required process ("Web Management Service") is started. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_NOT_REACHABLE. The remote server returned an error: (404) Not Found
According to your error message, it seems you used the wrong server address. The web deploy could find the remote server("aspnet-dev").
Could you please tell me which server named "aspnet-dev"? On your current server or remote server?
If you just want to publish the web application to current server (VS is installed in the IIS server) ,I suggest you could firstly open the current IIS management console to make sure you have used the right server name and IIS web applicatio name.
Like below:
Then I suggest you could open the Web Platform Installer to check you have installed the web deploy.
If you want to publish the web application to remote server (VS isn't installed in the IIS server), I suggest you could use the server's IP address or domain instead of the server name like below:
https://yourhostname:8172/
Besides, I suggest you could refer to below article to generate the web deploy publish setting and use it to publish the web application to remote server.
https://learn.microsoft.com/en-us/visualstudio/deployment/tutorial-import-publish-settings-iis?view=vs-2017
More details about how to use web deploy to publish web application to remote server ,I suggest you could refer to below article:
https://learn.microsoft.com/en-us/aspnet/web-forms/overview/deployment/configuring-server-environments-for-web-deployment/configuring-a-web-server-for-web-deploy-publishing-web-deploy-handler
I am a dot net developer.I am using azure students subscription. I am running a windows service app which compile cpp file, run and collect output and store in database. It uses mingw for compiling. the software hosted in a windows vm. But windows vm cost for student but container instance does'nt.Now I want to run windows server core on azure container and host the service app with remote desktop in windows server core . Is it possible? if possible what is the procedure?
Yes, now you can install Windows Server 2016 Datacenter - Server Core:
https://portal.azure.com/#create/Microsoft.WindowsServer2016DatacenterServerCore-ARM
Does cfhttp for coldfusion 10 only supports up to tls 1.0?
When I disable tls 1.0 in the web server only allowed 1.1 and higher it seems to break the scheduled tasks.
CF 10 with JRE 1.6
The problem is with the Java version you are using, not CF10.
TLS 1.1 is only supported in Java 1.8 on CF10 (Oddly 1.7 and above in CF11)
See this Adobe Blog as a starting guide to updating your Java.
http://blogs.coldfusion.com/post.cfm/how-to-change-upgrade-jdk-version-of-coldfusion-server
Using ColdFusion administrator console.
Download the latest minor version of the supported JDK or Server JRE.
Install the JDK or Server JRE.
Navigate to ColdFusion Administrator > Server Settings >
Java and JVM section.
Browse the path to the JDK or Server JRE from
the “Java Virtual Machine Path” textbox which you intended to use with
ColdFusion.
Click “Submit Changes”. Restart the ColdFusion Application
service.
By changing the JDK or Server JRE path from the jvm.config file.
Download the latest minor version of the supported JDK or Server JRE.
Install the JDK or Server JRE.
Open jvm.config file located at
\cfusion\bin.
Change the value of java.home to the
JDK or Server JRE path. [For example: C:\Program
Files\Java\jdk1.8.0_25\jre or C:/Program
Files/Java/jdk1.8.0_25/jre]
Save the changes to the jvm.config file.
Restart the ColdFusion Application service.
You will require Update 14 and above if you want to install Java 1.8 on CF10
I have several Apache / ColdFusion 8 servers installed on a Linux Red Hat platform. I migrated those to an IIS / ColdFusion 10 Update 12 / Windows 2012R2 environment.
I installed the ColdFusion 10 server first, updated it to update 13. Then I imported the ColdFusion 8 server settings using a CAR file. That succeeded but we have problems with the imported scheduled tasks data in ColdFusion 10:
they seem to run even though they are stopped;
when inspecting the C:\ColdFusion8\lib\neo-cron.xml with C:\ColdFusion10\cfusion\lib\neo-cron.xml file I see a difference:
ColdFusion 8 uses these keys for scheduled task pausing:
paused true Task is paused
paused false Task is running
ColdFusion 10 uses these keys for scheduled task pausing:
Status Paused Task is paused
Status Running Task is running
Don't the keys have to be equal (key paused transformed to Status during import) in order for ColdFusion server to be able to handle them?
Is this the correct way to transfer CFAdmin settings from a lower ColdFusion version to a higher version? What about the option to "do you want to import settings" at the end of the ColdFusion 10 install process.. is that equivalent to deploying CAR files?