Entries Tagged as Configuration

Prevent threading problems with local scope

May 21, 2012 · 2 Comments

By default, variables defined inside a function or method are stored in the variables scope (of the template or the component). This can lead to threading problems if - for instance - a component is stored as a singleton in the application scope. Railo allows you to prevent this problem by controlling the local scope.

[Read more →]

2 CommentsTags: Configuration · HowTo · Performance

Improve performance by turning off Scope Cascading

May 14, 2012 · 9 Comments

Scope cascading, also known as scope precedence makes it easier for inexperienced developers to code, but slows down server performance. In Railo, scope cascading can be turned off.

[Read more →]

9 CommentsTags: Configuration · Performance · Tips

Configure contexts individually

May 07, 2012 · No Comments

Railo Server creates a new web context for every website running on the same Railo instance. And since you have an individual web administrator available for each website, you can define different settings for each website which for instance allows you to configure two websites that they run in two time zones.

[Read more →]

No CommentsTags: Configuration · HowTo · Tips

Difference between the web and the server admin

April 30, 2012 · 4 Comments

This is a feature in Railo that confuses new Railo users very often. Railo comes with two types of administrators. In fact there are two type of administrators for every website you host on a system. In Railo all the settings you make in the Railo Web Administrator affect only the website you are calling it from. 

[Read more →]

4 CommentsTags: Configuration · HowTo · Tips · Websites

Migrating a server to a new platform

March 26, 2012 · 1 Comment

Preserving your settings from one platform to another is as easy as copying some XML files.

[Read more →]

1 CommentTags: Configuration · Tips

Configuring Railo Resources

March 12, 2012 · 1 Comment

Configure your Railo archive to with resource proivder arguments

[Read more →]

1 CommentTags: Configuration · HowTo · Tips

Nic Tunney on deploying Railo, Tomcat and Apache on Amazon EC2 Ubuntu AMI

March 10, 2012 · No Comments

Nic Tunney has a blog post on deploying Railo, Tomcat and Apache on Amazon EC2 Ubuntu AMI.

[Read more →]

No CommentsTags: Amazon Services · Configuration · HowTo · Linux · Railo 3.3

Railo 3.3 BETA released

February 25, 2011 · 5 Comments

Railo 3.3 brings a lot of new features. For us the most important one is Client/Session Scope Storage. Because of its importance let me introduce this feature first.

[Read more →]

5 CommentsTags: cache · Clustering · Configuration · Features · HowTo · Open Source · Railo 3.3

Running Railo on Amazon's Elastic Beanstalk

January 25, 2011 · 8 Comments

 

With the release of Amazon's AWS Elastic Beanstalk service, it has never been easier to run Railo in the cloud. Amazon BeanStalk is a way to deploy Java Applications (which is what Railo is essentially) as war files into existing Tomcat containers that AWS manages for you. It also allows for easy scaling and balancing.

This tutorial will take you through setting up an environment that you can develop and deploy a sample application up to Beanstalk, rather than just a single WAR file.

 

[Read more →]

8 CommentsTags: Amazon Services · Configuration · Railo 3.2 · Tips

Cache (Reference) Part 3

February 12, 2010 · 2 Comments

Before we begin the last part of the cache blog, let's do a little review.

In the first part, I have shown how the cache is used as an object cache, how to create a cache and interact with it but not more. The second part was on everything that is possible with the cache, and for what it can be used. In the last part we want to see at some special cases and deliver the promised reference.

[Read more →]

2 CommentsTags: cache · CFML · Community · Configuration · Railo 3.1.2 · Reference