The installers use the single instance install method, and also automatically configure apache to be used as a front-end and serve up all the static content.

I'd recommend giving them a try:
http://openbd.viviotech.net/

So, in a Ubuntu terminal (Accessories -> Terminal), run the following commands (using the 64-bit installer as an example):

$ wget http://openbd.viviotech.net/downloader.cfm/id/103/file/openbd-1.3-pl0-linux-x64-installer.bin
$ chmod 744 openbd-1.3-pl0-linux-x64-installer.bin
$ sudo ./openbd-1.3-pl0-linux-x64-installer.bin

and then just follow the prompts. If you already have an install of Tomcat on the machine it may be best to remove it, or start with a clean OS install, before running the installer. Otherwise you have to be careful about the different Tomcat instances stepping on each others toes.

Hope this helps!

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Railo Community Distributions

On 11/11/2010 07:44 AM, Matthew Woodward wrote:
On Thu, Nov 11, 2010 at 7:32 AM, deeztech <[email protected]
<mailto:[email protected]>> wrote:

    So, I simply create a "WEB-INF" and "bluedragon" directories under
    each site's "/var/www/" directories and this should work?


You have two choices for setting this up.

1. Independent instances of OpenBD. Each webapp is its own instance of
OpenBD and is independent of other instances.
2. Single instance of OpenBD that serves all CFML.

Which option do you prefer?

If you drop a WAR file into the Tomcat webapp directory or deploy via
the manager you're deploying an isolated instance of OpenBD.

If you want a single instance to serve all CFML code and you don't want
to use the installer (though I'd suggest maybe trying again and giving
us feedback on what wasn't working), then you want to do this:
http://wiki.openbluedragon.org/wiki/index.php/Single_Instance_Install

--
Matthew Woodward
[email protected] <mailto:[email protected]>
http://blog.mattwoodward.com
identi.ca <http://identi.ca> / Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
official manual: http://www.openbluedragon.org/manual/
Ready2Run CFML http://www.openbluedragon.org/openbdjam/

mailing list - http://groups.google.com/group/openbd?hl=en

--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
official manual: http://www.openbluedragon.org/manual/
Ready2Run CFML http://www.openbluedragon.org/openbdjam/

mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to