[Paste]coldfusion FAQ

Source: Internet
Author: User
Tags administrator password microsoft iis

2:coldfusion also need a Web server to support its operation.
The ColdFusion itself is an application server, not a Web server, which cannot respond to incoming HTTP requests or communicate directly with the client's browser. So, ColdFusion does need a Web server to help it accept HTTP requests from clients. But ColdFusion itself also integrates a Web server that can be used to act as a Web server in the development process.


3: I should choose that kind of Web server for ColdFusion.
It doesn't matter, but don't use a Web server that integrates ColdFusion itself into the final external service environment. Microsoft IIS is the most used on Microsoft's Windows platform, while Apache is heavily used in other platforms.

14: Forget the ColdFusion administrator password, how to access the ColdFusion management interface.
There is no way to retrieve the password, but you can disable the password, and then login to the ColdFusion Admin interface to reset a password. The method is as follows: Open Neo-security.xml this profile (in the Lib directory within the ColdFusion installation directory), find this paragraph: <var name= ' admin.security.enabled ' >< Boolean value= ' true '/></var>. Change true to False, ColdFusion after saving. Then you can login without the password to the ColdFusion management interface, modify the password after the open Neo-security.xml, false back to true, do not forget to save and then restart the ColdFusion.

16:coldfusion uses that network port.
The ColdFusion itself does not occupy any ports, but a Web server that is cooperating with ColdFusion to accept HTTP requests requires a port (the default HTTP port is 80). If you use a ColdFusion Web server, the default HTTP port it uses is 8500. How to change: Modify jrun.xml This configuration file (located in the Runtime/servers/default/server-inf directory in the ColdFusion installation directory), find Jrun.servlet.http.WebService, Change to the port you want to use.


17: Can you disable the ColdFusion of your own Web server?
OK, modify Jrun.xml this profile (located in the Runtime/servers/default/server-inf directory in the ColdFusion installation directory) to find Jrun.servlet.http.WebService , change the deactivated to True (<attribute name= "deactivated" >true</attribute>).

6: What are the major differences between the standard version and the Enterprise version of ColdFusion?
Enterprise Edition can run on more and more different system platforms, but also support more kinds of databases, Enterprise Edition with a JRun, support running several ColdFusion instances simultaneously, Enterprise Edition also provides the efficient mail processing ability and so on some characteristics. If you need a high availability, stable and fast site, you should consider using the Enterprise version of ColdFusion.

7: I need a Java server to run ColdFusion.  
  Do not need, the standard version of ColdFusion itself integrated a Java server, Enterprise version of the ColdFusion also integrated a complete JRun server. Of course, if you already have a Java server (such as Sun One, IBM WebSphere, or BEA WebLogic), you can also deploy ColdFusion on top of them.
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.