-
Notifications
You must be signed in to change notification settings - Fork 81
Application Lifecycle
Mark Drew edited this page Mar 31, 2014
·
3 revisions
You can define applications in Railo Server by simply adding a file called Application.cfc
Application variables can be defined in the Application.cfc, before any function is called, for example:
component {
this.name = "MyApplicationName";
}
- name: Defines the name of the application
- Getting to know Railo Server
- Railo Server features & specifications
- Getting started with Railo Server
- Installation & configuration
- Railo Server Versions
- Developing with Railo Server
- Deploying Railo Server apps
- Managing Railo Server apps
- Railo Server Extensions
- Useful resources & further reading
- Developing & debugging Railo Server
- FAQs