On Fri, Sep 24, 2010 at 9:04 AM, Alan Williamson <[email protected]> wrote:
> Try the 32bit version on a 32bit JDK and see how you get on. Like i said, > i got it to run, but it has .INI problems. > For kicks I tried the same thing, and on 32bit Windows 7 the tag runs but it can't find the .ini file even if it's in the same directory. If I run the tag and just do a <cfdump> (note that on OpenBD you can do <cfdump> and not provide a var attribute to get a dump of all scopes), and I get this: variables struct ERRN 98 HTTPSESSION [empty string] MSG Tag's INI file was not found STATUS ER So I'm not sure how the DLL's code is traversing things trying to get to the INI file, but that seems to be the issue. A-HA! Think I found something. If I put the custom tag in C:\ instead of under /WEB-INF/customtags I get it to work: struct HTTPREQID DMADPKGIAAAAAAAC STATUS OK I also tried putting in the full path that pointed to /WEB-INF/customtags instead of using a relative path, and that worked as well. So if you haven't tried this yet, try putting the FULL PATH in for the Module Name and see if that helps. -- Matthew Woodward [email protected] http://blog.mattwoodward.com 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
