Entries Tagged as “Application Server”
Video : Configuring ColdFusion 10 connector with Apache Virtual Hosts
Adobe ColdFusion | Adobe ColdFusion 10 | Application Server | ColdFusion | Connector | Tomcat | Video
Catch Asha talk about configuring ColdFusion 10 connector with Apache Virtual Hosts
Learn the basics of Apache Connector Configuration in ColdFusion 10 here : http://www.youtube.com/watch?v=lJ_pSAFcc3U
Let us know your thoughts/feedback/comments .
-Viny
Video : Learn about IIS connectors in ColdFusion10
Adobe ColdFusion | Adobe ColdFusion 10 | Application Server | Connector | Tomcat | Tuning | Video
In a previous video by Asha from Adobe team,we had discussed the various details about the Apache connector in ColdFusion 10.
In this video , Adobe engineer Kiran talks about configuring IIS with ColdFusion 10
You can find out more about it here
-Viny
All about ColdFusion cloud offering
Adobe ColdFusion 10 | Application Server | Rapid Application Development | web application development
ColdFusion AMI(Amazon Machine Image) is now available in Amazon market place. Its available for Windows and Ubuntu operating systems.
To know more about this offering, and to get started on the same, you would find this article useful -
Getting started with Adobe ColdFusion 10 on Cloud
Let us know your valuable feedback.
Learn about Apache connectors in ColdFusion 10
Adobe ColdFusion | Adobe ColdFusion 10 | Application Server | ColdFusion | Rapid Application Development | Tomcat | Video
Check out the latest video by ColdFusion engineer Asha on Tomcat in ColdFusion10
You can know more about it all here :
http://blogs.coldfusion.com/post.cfm/getting-started-with-tomcat-in-coldfusion-10
and here :
http://blogs.coldfusion.com/post.cfm/what-s-the-deal-with-tomcat-in-coldfusion-10
-Viny
ColdFusion 10: Detecting Secure Profile status
Security | Adobe ColdFusion 10 | Application Server | ColdFusion Secure Profile | web application security
About Secure Profile
In ColdFusion 10, the “Secure Profile” feature was added. It can be enabled at the time of installation and helps configure some of the important settings for securing server. It is highly recommended to choose this option for production servers. Complete details of Secure Profile can be found here.
Determining the status of Secure Profile
Once you enable this option from Installer, there are multiple ways to determine the status of “Secure Profile”.
- In <ColdFusion-home>/lib/neo-security.xml, “secureprofile.enabled” flag value indicates if secure profile is enabled or not. Note: Changing value of this flag post installation will not re-configure other secure profile affected settings.
- Alternatively you can use Admin Extension created by Raymond Camden. Details can be found here.
- You can also check in web.xml file under runtime/conf. There is a section (“<!—secure profile enable start” ) that will be commented out if it is not turned on.
References:
http://blogs.coldfusion.com/post.cfm/secure-profile-with-coldfusion-10
http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSf23b27ebc7b554b629cab0421369741d5a7-7fff.html
http://www.shilpikhariwal.com/2012/04/coldfusion-10-presents-secure-profile.html
http://www.raymondcamden.com/index.cfm/2012/4/11/Security-Profile-Admin-Extension-for-ColdFusion-10