Re: Moving part of my hosting business - thoughts about my plan please ...

2014-06-04 Thread Jochem van Dieten

On Tue, Jun 3, 2014 at 4:26 PM, Pete Freitag wrote:

 On Fri, Mar 28, 2014 at 5:21 AM, Mike K wrote:

 Is there any benefit of one flavour of Linux over another?

 Yes, if you pick an obscure distribution intended for hardcore linux users
 (for example Gentoo linux) you will have a hard time as a newbie. Pick one
 that is commonly used such as Redhat Enterprise Linux / CentOS or Ubuntu.


I think the most important consideration for a new user is whether the
software you want to install is available as a package or needs to be
installed from source. If everything you want is a package, you can expect
the different applications to integrate together quite easily and you can
expect security updates to become available automatically.

For us that typically means we install Apache, Tomcat7 and PostgreSQL from
packages. This automatically installs dependencies such as Java and the
modules to connect Apache to Tomcat. Then we add a configuration to forward
requests for .cfm files from Apache to Tomcat and deploy a Railo WAR on
Tomcat. From then on, the platform is easily updated from the package
manager. We never use the official Railo installer: it may be easier for
the initial installation, but being able to install security updates for
all installed application with just one command is more important in the
long run.

Jochem

-- 
Jochem van Dieten
http://jochem.vandieten.net/


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358710
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Moving part of my hosting business - thoughts about my plan please ...

2014-06-04 Thread Jordan Michaels

You can customize the location of the WEB-INF directory for each context 
(site):
https://groups.google.com/forum/#!topic/railo/AEQGOlv4m0I

This becomes particularly important when multiple contexts use a single 
code base (when clustering, some CMS's, etc).

Just FYI.

Warm Regards,
Jordan Michaels

On 05/28/2014 11:13 PM, Jaime Metcher wrote:
 but if you take the path of least
 resistance (use mod_cfml and make the Apache document root the same as the
 Tomcat context root) then at the very least you end up with a dirty big
 WEB-INF folder in your document root.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358711
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


ColdFusion Builder 3 syntax errors

2014-06-04 Thread Dean Lawrence

Since upgrading to CFB 3, I am getting some weird syntax error in the editor. 
An example is when I try to escape a pound sign with in a style block that 
falls within a cfoutput tag.

.container {
border: 1px solid ##ACACAC;
margin-bottom:10px;
width:700px;
}

The editor marks the border line as being an error.

Encountered  # #  at line 217, column 28. test.cfm

I've tried replacing the escaped pound sign with #chr(35# which still shows an 
error

Encountered  ( (  at line 217, column 31. test.cfm

Any thoughts on why this is or a setting that will stop CFB from showing an 
error? I didn't have this problem with CFB 2.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358712
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm