W2K8 Server Core, IIS 7, CF 8.0.1 and wsconfig

We have CF 8.0.1 (x 64) installed on W2K8 Server Core and IIS 7 (x 64). (See the section of code for IIS 7 install command and CF installer.properties silent.) Remember, 2008 Core is not a GUI, it's all command line.

We can see on page default IIS on port 80 and CF Admin on port 8500.

When we run the web server Configurator (wsconfig), it throws a Java error on "side-by-side configuration.

Adobe support initially claimed installation was 32-bit until they have traveled 2 (one for stand-alone and one for jrun), installs before they were convinced that it is 64-bit.

Adobe support is currently (I hope) is studying why wsconfig throws a Java error when you try to configure IIS 7 for a connection to CF 8.0.1. Adobe support suggested that finish us the configuration manually and we made to the documentation:

1) http://www.adobe.com/products/coldfusion/faq/
2) http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402572
3) http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?cont ext = ColdFusion_Documentation & file = 00001755.htm
4) http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19575 & sliceId = 2
5) http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19575
6) http://www.communitymx.com/content/article.cfm?page=7 & cid = 224AA

What we need to do to complete the config is:
(1) configure IIS for CF (jrunwin32.dll and jrun_iis6_wildcard.dll) Web Service Extensions
(2) configure the mappings of file (* .cfm, * .cfc, etc,)


Definition of 'index.cfm' as a default document, on a global scale is simple:
appcmd.exe set config / section: defaultDocument / enabled: true / + files. [value = 'index.cfm']

But the other 2 steps are more complex. The commands that we use are along the lines of:
REM add web service extension (safety first, then the filter isapi)
appcmd.exe set config /section:system.webServer/security/isapiCgiRestriction /+"[path='%systemdrive%\Coldfusion8\runtime\lib\wsconfig\jrun_iis6.dll',allowed='True',gr oupId ="Macromedia", description ="Server Macromedia Extensions"]"
appcmd.exe set config /section:system.webServer/security/isapiCgiRestriction /+"[path='%systemdrive%\Coldfusion8\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll',allowe d = 'True', groupId is"Macromedia", description ="Server Macromedia Extensions"]"

appcmd.exe set config /section:system.webServer/isapiFilters / + "[name = 'Macromedia Server Extensions',path='%systemdrive%\Coldfusion8\runtime\lib\wsconfig\jrun_iis6.dll']" "
REM the following needs a unique name
REM appcmd.exe set config /section:system.webServer/isapiFilters / + "[name ='Macromedia Server Extensions',path='%systemdrive%\Coldfusion8\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll ']" "

REM add the mapping files (a path to a dll, that is needed?)
appcmd.exe set config /section:system.webServer/handlers / + [name = 'ISAPI-cfm', path ='* .cfm ', verb =' * ', modules = 'IsapiFilterModule', resourceType = 'A file' requireAccess = "Run"]

Any help in getting to the configured IIS 7 for CF would be greatly appreciated.

Kenneth

Installation of Visual C++ 2005 x 64 (available at 4da http://www.microsoft.com/downloadS/details.aspx?FamilyID=eb4ebe2d-33c0-4a47-9dd4-b9a6d7bd4 & displaylang = en) permits wsconfig.exe successfully run and configure the connection by the web between IIS and CF.

A CF silent installation does not use/check for VC ++; during an installation of GUI objects CF that VC ++ is missing.

Tags: ColdFusion

Similar Questions

  • Random WSAECONNREFUSED on Windows Server 2012 / IIS 8.0

    At our hosting provider, we have a server running Windows Server with IIS 8.0 through VMWare 2012. It hosts several web applications. In addition, FTP is running on port 21 on FileZilla Server. Since last August, apparently at random, the server sometimes refuses the connection on port 80 and 443 (WSAECONNREFUSED). He never refuses the connection on port 21. To give an illustration of how randomly, it is: it's happened to every day this week, but it never happened two weeks before. We cannot find anything in the IIS logging. The only thing we can find is that when you connect via port 80 (or 443), even on the server itself on 127.0.0.1, it usually works very well but sometimes WSAECONNREFUSED begins to appear between successful connections. Both, we and our host so far haven't a clue what is the cause, but other than that he's a suspect that it happens on the ports used by IIS, but IIS or the Windows event log will never make anything. Our hosting provider is a clone of this server on which we have disabled most of the web applications. This clone has the same behavior, even at the same time. A third server, which is entirely new (and running Windows Server R2 2012) does not show this behavior. All three are on the same network. After two months of research we have not still find something. Pointers are truly appreciated, as these errors are a problem for ourselves and for our clients.

    Thank you.

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • Execution of Powershell in Windows Server Core

    I have a computer that is running Windows Server Core R2 2012. I don't have the GUI or all installed roles. So all I have when I connect is the command prompt. I'm surprised that I can't run Powershell commands. How to add the GUI or get powershell running?

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.msdn.Microsoft.com/forums/en-us/home

  • I currently have a website under Server 2003 IIS 6.0. I'm moving the site to server2008 R2 IIS 7.0. Everything works except the credit card verification.

    I currently have a website under Server 2003 IIS 6.0. I'm moving the site to server2008 R2 IIS 7.0. Everything works except the verification of the credit card at secure.authorize.net. I have a problem connecting to secure.authorize.net. I try to connect to secure.authorize.net via the browser without success. But I can connect to secure.authorize.net with any of the other computers on my network. It seems also secure.authorize.net is only the DNS I can't connect to with server20008. All of the suggestions.

    Source language

    Hi Melvin

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the following forums.

    Windows Server 2008 R2 General:

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

    The official Forums of Microsoft IIS: http://forums.iis.net/

    Concerning

  • Install MDSM on 2008 Server Core?

    Greetings, all. I intend to update some PE2950 systems connected to a MD3000 from Windows Server 2003 to 2008 Server Core system.

    I downloaded the latest CD of resources MD3000 (MD3000CD15.iso) and read the installation guide, which says to run setup.bat on mainframes. When I do that, passes prereq check and get a menu of this file, install SAS 5/E driver and install the storage software. I choose to install MD3000 storage software and get a language selection screen. After hitting OK for English, I get 'Installer User Interface Mode not supported""Failed to load and prepare the installation in graphical mode program."

    While the docs talk Core much they certainly state that it is possible to install MDSM. Help?

    Maybe someone knows the SMIA-WS32 command line switches - 02.71.36.09.exe perform a silent installation of 'Host '?

    See you soon.


  • DL1000 with Server Core license

    Hello

    I have an Appassure DL1000, I want to install a Server Core Appassure.

    My license ID allow only use DL1000, what step I need license active in Core?

    Note: The DL1000 license allows 1 single Core which is my case

    Hi Galileub,

    The DL 1000 is allowed to only allow you to have 1 core since it is licensed based on the storage capacity.  If you want to install the base software for replication only, you must contact your AppAssure Dell sales representative and request a license only one of replication for a database software.  They will be able to get the application processed for you and you get a key to update.

    Tim

  • Cannot connect to Windows Server Core after installation with VMWorkstation

    Yes, I chose not to add the ISO image later and now, I ran the installation a dozen times in all directions.

    Whenever the installation finishes I'm not given the option to enter a password instead, I am presented with an 'Other' account with a password set on it already which is unknown to me.

    Does anyone have this problem before?

    the5thace wrote: whenever the finishing of the installation I am not given the option to enter a password instead, I am presented with an 'Other' account with a password set on it already which is unknown to me.

    Well, when you make a Windows Server 2008 Standard (Server Core Installation) it seems to be quite normal to the «Different user» login  What I did after clicking on 'Another user' I typed in Administrator and no password and then clicked on the round right arrow button on the screen, the next screen has warned "the password must be changed before logging on the first time." and then click OK.  In the next screen, I entered the password and confirm the new password as was then able to connect.

  • VMware Server on Windows 2008 R2 Server Core installation

    Hi guys!

    I installed the latest version of Vmware server on our new Windows 2008 R2 Server core installation, but I have a problem with it. When I create a virtual computer and try to start the Web UI:

    General system error occurred: unable to connect to the virtual machine

    Do you know something about the nature of this message? The Server service not had access to the possuble vitrual machine? But how can it create if it doesn't have access? I have not found the log files created in the folder of the virtual machine.

    Thank you for your help.

    Kind regards

    Jeremy

    I think that Server Core is an unsupported operating system. Please take a look at http://www.vmware.com/pdf/vmserver2.pdf (page 25)

    concerning

    Jose Ruelas B

    http://aservir.WordPress.com

  • vCenter on Windows 2008 Server Core?

    I have searched all over the Internet (especially the VMware site), but couldn't find a yes/no answer to this question:

    Is vCenter installation on a Windows 2008 Server Core?

    And if not, why it wouldn't work?

    Thanks for your comments - I have faith that by the wealth of experience available on this forum, I will finally have my answer...

    as of today, Windows 2008 is not a host to vCenter operating system.

    http://www.VMware.com/PDF/vi3_35/esx_3/R35/vi3_35_25_compat_matrix.PDF

  • Notice of default on Microsoft update for product SQL Server 2005 Express Edition Service Pack 3 (KB955706) and the 0x2B2F error Code

    I get a failure notice when trying to make an update of Microsoft for the product SQL Server 2005 Express Edition Service Pack 3 (KB955706) and 0x2B2F error Code.  What should I do?

    Deana E Hi,.
     
    Welcome to the Microsoft Windows answers Forum community!
     
    You receive the 0x2b2f error code when you use the web sites, Windows Update or Microsoft Update to install SQL Server 2005 Service Pack 3 on a computer with MSXML6 Service Pack 2 is already installed.
     
    Follow this link for the reasons: http://support.microsoft.com/kb/970674
     
    Follow the steps in the link below for "SQL Server 2005 Setup fails when MSXML Core Services 6.0 Service Pack 2 has been installed"
    http://support.Microsoft.com/kb/968749

    http://social.msdn.Microsoft.com/forums/en-us/category/SQLServer/
     
    I hope this helps!
    Thank you, and in what concerns:
    Aziz Nadeem - Microsoft technical support.
    Visit our http://social.answers.microsoft.com/Forums/en-US/answersfeedback/threads/ Microsoft answers feedback Forum and let us know what you think.

  • Server internal error - read the server has encountered an internal error or misconfiguration and was unable to complete your request.

    I get the following error message when you try to access one of my hotmail accounts:

    Internal Server Error - read the server has encountered an internal error or misconfiguration and was unable to respond to your request. Reference #3.269102cc.1330033628.4ef0aa7f.
    What is this error and how to fix it?
    Thanks Ellie

    I get the same message... must be a problem with hotmail.

  • I send only less than 10 emails per day on my pc at home. 80% of the time, emails cannot be sent because the server of hotmail says that he is busy and to try again later.

    80% of the time, emails can be sent?

    I send only less than 10 emails per day on my pc at home. 80% of the time, emails cannot be sent because the server of hotmail says that he is busy and to try again later. It is even difficult to register the email project, the system responds that the server is busy.

    Hello Charles MEdgar,.

    The best place to ask your question of Windows Live is inside Windows Live help forums. Experts specialize in all things, Windows Live, and would be delighted to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Windows Live Messenger

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums to www.windowslivehelp.com.

  • Something going wrong on a server that contains information about your user account and the mailbox can not be found.

    Cannot open the e-mail.  I can connect on the MSN home page and when I right-click the outlook icon it shows the e-mail Inbox, but cannot access e-mail.  I just get this error

    "Something going wrong on a server that contains information about your user account and the mailbox is not found."

    This error is on the MS and they are aware and working on a fix.  Have you tried connecting mail.live.com directly using your e-mail address and the password?

    For later use, you would get more (and larger) response if you posted this in the Outlook.com (e-mail) section, where are the experts.

  • I have a server/database Application Express 4.1.1 running and a server/database Application Express 4.2.0 running. Is it risky to try to upgrade to the latest version and start using the universal or complex theme?

    I have a server/database running Application Express 4.1.1 and a server/database active Application Express 4.2.0. Is it risky to try to upgrade them both to the latest version and start using the universal or complex theme?  Is how easy it to do? Recommended?

    The servers are windows 2008 r2. Don't know if it matters.

    I'm not exactly an expert at the express request...

    Hi DJake,

    DJake wrote:

    I have a server/database Application Express 4.1.1 running and a server/database Application Express 4.2.0 running. Is it risky to try to upgrade them both to the latest version and start using the universal or complex theme?  Is how easy it to do? Recommended?

    The servers are windows 2008 r2. Don't know if it matters.

    I'm not exactly an expert at the express request...

    Please read the documentation of the requirement for Oracle APEX 5. Ensure that your environment meets these requirements. Upgrade your oracle database or other software if necessary components and then you can go right 4.1/4.2 to 5.0 update according to the above-discussed upgrade strategies in the above discussions.

    Reference: https://docs.oracle.com/cd/E59726_01/install.50/e39144/pre_require.htm#HTMIG376

    You should go for upgrade of the Oracle APEX of 4.1 to 5.x. Regression test your applications to remove if any errors introduced by upgrade. The kickoff of a new project to migrate your applications to universal theme.

    Reference:

    Kind regards

    Kiran

  • Service server vmware vcenter orchestrator on local computer started and then stopped

    Hello

    I'm unable to start the Server service of vco on Windows 2008 R2 machine. If I try to restart the service it displays the following error;

    "Service server vmware vcenter orchestrator on local computer started and then stopped. "Some services stop automatically when not in use by other services or programs.

    Can someone give me the solution for this?

    Thank you

    Radhika

    First check the configuration of the vCO application and that all green lights. If this isn't the case difficulty what the problem is.

    If everything is green, see the server.log file and look for FATAL / ERROR.

Maybe you are looking for