I guess I am a bit confused with this tag. I simply put this into my form: <cfcaptcha width="280" height="40" displaystring="Please enter the letters you see in the image">
There is no <img src="?"> attribute present. On Nov 12, 1:20 pm, Jordan Michaels <[email protected]> wrote: > I apologize. I hadn't seen that thread before so I never responded to > it. I'd be happy to help troubleshoot if that's still an issue. > > For the CFCAPTCHA issue, where is the image pointing to? IE: What's in > the <img src="?"> tag attribute? > > If you could share the code you're using, I could try to duplicate the > problem. > > Warm regards, > Jordan Michaels > Vivio Technologieshttp://www.viviotech.net/ > Open BlueDragon Steering Committee > Railo Community Distributions > > On 11/12/2010 03:18 AM, deeztech wrote: > > > > > I decided to give the installer another go. It installed successfully > > with no problems and my webapps seems to be up and running. However, > > like I mentioned earlier, I was hesitant to use the installer because > > of some strange behavior I had before with openbd when I previously > > used the installer. The whole saga is outlined here: > > >http://groups.google.com/group/openbd/browse_thread/thread/d43dba23a6... > > > Now, I'm not sure if this is related to anything, but I can't seem to > > get cfcaptcha to work at all. When I load the page with the cfcaptcha > > tag all I get is the placeholder for the image. Am I missing something > > here? > > > On Nov 11, 12:38 pm, Jordan Michaels<[email protected]> wrote: > >> 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): > > >> $ > >> wgethttp://openbd.viviotech.net/downloader.cfm/id/103/file/openbd-1.3-pl0... > >> $ 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 Technologieshttp://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 CFMLhttp://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
