RE: [contentbox-version] Re: Need help with installation

You are probably right but finding a good tutorial on setting up railo and contentbox is difficult if not impossible.

Installing ContentBox on Railo shouldn’t be any different than installing it on ACF. In fact, many of the videos we have posted from ColdBox connections are probably running on Railo.

I’d run it in the express version if I thought there wouldn’t be a conflict on my machine.

ContentBox Express should be fully contained. I think it will search until it finds a free port, but even if there is a port overlap, you can change it easily in the config.

/cb/index.cfm/*

Is there a reason you have your /cb/ path in your url-pattern. I’ve never changed this from the regular default that Railo uses. Depending on your servlet container, it’s probably something similar to this:

<b><url-pattern>*.cfc</url-pattern>
<url-pattern>*.cfm</url-pattern>
<url-pattern>*.cfml</url-pattern>   
<url-pattern>/index.cfc/*</url-pattern>
<url-pattern>/index.cfm/*</url-pattern>
<url-pattern>/index.cfml/*</url-pattern></b>

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com