Book Image

Railo 3 Beginner's Guide

By : Mark Drew , Gert Franz, Paul Klinkenberg, Jordan Michaels
Book Image

Railo 3 Beginner's Guide

By: Mark Drew , Gert Franz, Paul Klinkenberg, Jordan Michaels

Overview of this book

<p>Railo Server is one of the quickest ways to start developing complex web applications online. Widely considered as the fastest CFML (ColdFusion Markup Language) engine, Railo allows you to create dynamic web pages that can change depending on user input, database lookups, or even the time of day.</p> <p>Railo 3 Beginner's Guide will show you how to get up and running with Railo, as well as developing your web applications with the greatest of ease. You will learn how to install Railo and the basics of CFML to allow you to gradually build up your knowledge, and your dynamic web applications, as the book progresses.</p> <p>Using Packt’s Beginner's Guide approach, this book will guide you, with step-by-step instructions, through installing the Railo Server on various environments. You will learn how to use caches, resources, Event Gateways and special scripting functions that will allow you to create webpages with limitless functionality. You will even explore methods of extending Railo by adding your own tags to the server and building custom extensions. Railo 3 Beginner's Guide is a must for anyone getting to grips with Railo Server.</p>
Table of Contents (16 chapters)
Railo 3
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface

Time for action - setting your password


Let's go and set our passwords for the Railo Web administrator (since we already set our Railo Server Administrator password in Chapter 2, Installing Railo Server) of our new context:

  1. 1. In the browser, go to http://site2.local:8888/railo-context/admin/web.cfm.

  2. 2. You will see the New Password screen with the Web Administrator tab highlighted.

  3. 3. Enter a Password and then retype it in the dialog. You should now see the Railo Web Administrator homepage.

  4. 4. Now that you have logged in, click on the Logout button to get back to the Web Administrator login page.

  5. 5. You will now see the Login prompt, which you can now use to log in using the password you set previously.

What just happened?

Railo Server allows you to set a different password for the Web Administrator in each context. We have just set the password for the site2.local (http://site2.local:8888/railo-context/admin/web.cfm) context, which is separate from the context at http://localhost:8888...