Nate Nelson I*LEVEL, Inc.

Slides:



Advertisements
Similar presentations
In Production Juan Marin. Agenda Introduction Reliability Availability Performance Data optimizations Runtime optimizations Measuring your environment.
Advertisements

XIr2 Recommended Performance Tuning Andy Erthal BI Practice Manager.
© 2012 Entrinsik, Inc. Informer Administration Exploring the system menu and functions PRESENTER: Jason Vorenkamp| Informer Software Engineer| March 2012.
Unveiling ProjectWise V8 XM Edition. ProjectWise V8 XM Edition An integrated system of collaboration servers that enable your AEC project teams, your.
1 Configuring Internet- related services (April 22, 2015) © Abdou Illia, Spring 2015.
Module 6: Configuring Windows XP Professional to Operate in a Microsoft Network.
Lesson 17: Configuring Security Policies
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 9: Implementing and Using Group Policy.
Fast Track to ColdFusion 9. Getting Started with ColdFusion Understanding Dynamic Web Pages ColdFusion Benchmark Introducing the ColdFusion Language Introducing.
Hands-On Microsoft Windows Server 2003 Administration Chapter 9 Administering DNS.
Internet Information Server (IIS)
Operating System & Application Files BACS 371 Computer Forensics.
1 Chapter Overview Creating User and Computer Objects Maintaining User Accounts Creating User Profiles.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
OS and Application Files BACS 371 Computer Forensics.
Windows Server 2008 Chapter 6 Last Update
Form Handling, Validation and Functions. Form Handling Forms are a graphical user interfaces (GUIs) that enables the interaction between users and servers.
Ch 11 Managing System Reliability and Availability 1.
What’s Next in ColdFusion Raymond Camden. This Guy  Developer Evangelist for Adobe  Blog:   Twitter:
Module 7: Configuring TCP/IP Addressing and Name Resolution.
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
Configuring a Web Server. Overview Overview of IIS Preparing for an IIS Installation Installing IIS Configuring a Web Site Administering IIS Troubleshooting.
ColdFusion MX Server Administration J2EE Deployment and Clustering Adam Wayne Lehman J2EE Deployment and Clustering Adam Wayne.
The Art of Debugging Shlomy Gantz 02/13/01MDCFUG.
ColdFusion Performance Tuning Keen Haynes Certified ColdFusion Developer.
Hands-On Microsoft Windows Server 2008
Copyright ®xSpring Pte Ltd, All rights reserved Versions DateVersionDescriptionAuthor May First version. Modified from Enterprise edition.NBL.
Software Architecture for ColdFusion Developers Unit 4: Application Events and Global Variables.
CFMX Administrator "for Dummies" Jo Ann Goertner TeraTech, Inc.
What’s New in CF 8 Admin MDCFUG 8/14/2007 Ajay Sathuluri Sr. Web and Database Engineer TeraTech Inc.
5 Chapter Five Web Servers. 5 Chapter Objectives Learn about the Microsoft Personal Web Server Software Learn how to improve Web site performance Learn.
Microsoft Internet Information Services 5.0 (IIS) By: Edik Magardomyan Fozi Abdurhman Bassem Albaiady Vince Serobyan.
COLD FUSION Deepak Sethi. What is it…. Cold fusion is a complete web application server mainly used for developing e-business applications. It allows.
Data File Access API : Under the Hood Simon Horwith CTO Etrilogy Ltd.
LiveCycle Data Services Introduction Part 2. Part 2? This is the second in our series on LiveCycle Data Services. If you missed our first presentation,
Week 7 IBS 685. Displaying an Image using CFOUTPUT 1.Save images in a folder under wwwroot directory 2.Create a database column and name it e.g. imagefilename.
Module 10: Monitoring ISA Server Overview Monitoring Overview Configuring Alerts Configuring Session Monitoring Configuring Logging Configuring.
Database-Driven Web Sites, Second Edition1 Chapter 5 WEB SERVERS.
ColdFusion MX Rob Filardo and Lindsay Matteo A Brief History ColdFusion 1.0 was created in 1995 by Adam Berrey in order to help HTML programmers create.
Introduction to ColdFusion Yu Fu 2003 MEC Candidate.
School of Computing and Information Systems CS 371 Web Application Programming PHP – Forms, Cookies, Sessions and Database.
Module 4 Planning and Deploying Client Access Services in Microsoft® Exchange Server 2010 Presentation: 120 minutes Lab: 90 minutes After completing.
1 Maryland ColdFusion User Group Session Management December 2001 Michael Schuler
Installing, Configuring And Troubleshooting Coldfusion Mark A Kruger CFG Ryan Stille CF Webtools.
Application.cfm tips and Tricks Michael Smith President TeraTech, Inc ColdFusion, database & VB custom development and training.
CF Pest Control By Shlomy Gantz President, BlueBrick Inc. Presented by Sandra Clark
® IBM Software Group © 2007 IBM Corporation Best Practices for Session Management
 Registry itself is easy and straightforward in implementation  The objects of registry are actually complicated to store and manage  Objects of Registry.
Copyright © 2006, Infinite Campus, Inc. All rights reserved. User Security Administration.
Using Derrick Rapley Maryland CFUG January 8, 2002.
Theo Rushin, Jr. Senior Web Application Developer World Singles and DoubleBlack Technologies 12/26/
Advance Caching Techniques Keen Haynes MKAD SCCFUG Winter 2002 Conference.
Module 6: Administering Reporting Services. Overview Server Administration Performance and Reliability Monitoring Database Administration Security Administration.
IBM Express Runtime Quick Start Workshop © 2007 IBM Corporation Deploying a Solution.
Session 11: Cookies, Sessions ans Security iNET Academy Open Source Web Development.
BlueDragon Editions and Advantages Lori Pacheco New Atlanta.
Cool CF Debugging Shlomy Gantz 07/29/01CF_ODYSSEY.
CFUNITED – The premier ColdFusion conference CFMX7 Admin API Nate Nelson
Nithyamoorthy S Core Mind Technologies
Installing TMG & Choosing a Client Type
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
MCTS Guide to Microsoft Windows 7
Chapter 10: Device Discovery, Management, and Maintenance
By Dr. Kodge Bheemashankar G
Chapter 10: Device Discovery, Management, and Maintenance
Building a CF Administrator Interface in Flex
Configuring Internet-related services
ColdFusion Performance Troubleshooting and Tuning
Web Privacy Chapter 6 – pp 125 – /12/9 Y K Choi.
Jean-Francois LEBLANC Christian SEBASTIAN
Presentation transcript:

Nate Nelson I*LEVEL, Inc. nate.nelson@ilevelinc.biz CF Administrator Nate Nelson I*LEVEL, Inc. nate.nelson@ilevelinc.biz

Server Settings Maximum # of Simultaneous Requests Recommended 3 Per Processor Timeout Requests after n seconds Prevent unusually lengthy requests from using up server resources Whitespace Management Missing Template Handler Site-wide Error Handler

Caching Maximum # of Cached Templates Trusted Cache Too low of number can slow down response time Too high of number requires more memory Experiment to find best setting for your server Suggested to start with 1 page per MB of JVM size Trusted Cache ColdFusion will no not check for updated templates that are cached Great performance enhancement for Production server that won't be updated

Caching Save Class Files Cached web paths Cached Queries Recommended for Production Server Cached web paths Only for single-site web server installations Cached Queries Specify # of queries cached at once Cached queries reside in memory When limit is reached, oldest is removed cachedwithin or cachedafter of <cfquery>

Client Variables Used for persistent data Can be stored in 1 of 3 locations Registry (Default storage) Simple Implementation Registry can become corrupt if it becomes too large Cookies Users can have cookies disabled Datasource (Requires database) Portable and not tied to host system Complex Implementation

Client Variables Control Client Variable expiration Default 90 days, Minimum 1 day Disable Global Client Variable Updates If checked, client vars HITCOUNT & LASTVISIT only update when Client vars set or modified Client Variable expiration based on HITCOUNT and LASTVISIT Alternate way to set Client Var Storage <cfapplication name= "x" clientManagement= "yes" clientStorage= "dsn" or "registry" or "cookie">

ColdFusion Mappings Mappings allow you to point to files outside of webroot Logical Path = Name of mapping Directory Path = Absolute path to directory Mappings can be used in <cfinclude> and <cfmodule> Specify mapping with “/” <cfinclude template=”/mymapping/file.cfm

More Server Settings Mail Server Charting Settings Connect to default mail server, can also be set with <cfmail> Server Port, Connection Timeout, Spool Interval Mail logging settings Charting Settings Cache Type (memory or disk), Max # cached images, # of charting threads, disk cache location

More Server Settings Java and JVM settings Archives and Deployment JVM Path = location of JVM.dll or JVM.so Min and Max JVM Heap Size Class Path and JVM Arguments Archives and Deployment Archive and deploy CF apps, configuration settings, dsn info and more Settings Summary Shows all CFMX configuration settings

Data & Services Data Sources Verity Collections Verity K2 Server Setup & verify connections to Data Sources Verity Collections Manage collections for search interfaces Verity K2 Server For faster searching Web Services Registering a web service allows you to change web service URL without changing code

Debugging Settings Enable Debugging Custom Debug Output For performance and security reasons it is recommended to only be used in development Can be enabled in CFAdmin or in code <cfsetting showdebugoutput=”yes” or “no”> Custom Debug Output Classic or Dockable format Switch on or off specific debug content Variables include Application,CGI,Client, Cookie,Form,Request,Server,Session,URL

Debuggin IP Addresses IP Address List No IP Addresses listed If 1 or more IP addresses are specified, debug is limited to those IP's only No IP Addresses listed If no IP address specified then debug is appended to all requests

Logging and More Manage CFMX Logging Options Log Files Scheduled Tasks Log Directory, Maximum Log File Size Log slow pages taking longer than n seconds Log Files Useful to find bottlenecks application.log, exceptions.log, scheduler.log, server.log, customtag.log, mail.log, etc. Scheduled Tasks Schedule execution of local and remote web pages

Extensions Java Applets CFX Tags Custom Tags CORBA Connectors To use <cfapplet>, Applets must be registered CFX Tags Written C++ or Java, must be registered Faster than custom tags since compiled Custom Tags Specify custom tag location besides default CORBA Connectors Must be registered, requires restart

Security CF Admin Password RDS Password Sandbox Security A sandbox is a designated area of your site to which you apply security restrictions. Control access to Data Sources, Tags, Functions, Files and Directories, IP Ports

Resources Macromedia CFMX Documentation Configuring and Administering CFMX http://www.macromedia.com/support/documentation/en/col dfusion/ Live Docs http://livedocs.macromedia.com/coldfusion/6.1/index.html