Folks, I wanted to install the Cron Plugin to my OpenBD 1.4 webapp. However after dropping the .jar file into the WEB-INF/lib folder and restrating I got the following message in the bluedragon.log file:
PluginManager.Exception: java.io.FileNotFoundException: E:\[DIRECTORY] \WEB-INF\lib\openbdplugin-cfcron.jar (The system cannot find the path specified) ... found: 0 plugins So after digging around the OpenBD Google group for a while I found this post that talked about the same issue I was experiencing: http://groups.google.com/group/openbd/browse_thread/thread/e209ed505fe6351e/85f1805354e39037?lnk=gst&q=0+plugins#85f1805354e39037 I also found this one that gave me my solution: http://groups.google.com/group/openbd/browse_thread/thread/dc6ddab53b56df17/df7820920cc7ae14?lnk=gst&q=0+plugins#df7820920cc7ae14 I was going to post what worked for me to the first post but I guess since its somewhat of an old posting replies are no longer allowed. Well what I ended up doing to get this to work is add the following line to the bluedragon.xml file and restarting: <pluginjarpath>file:E:[DIRECTORY]\WEB-INF\lib\openbdplugin-cfcron.jar</ pluginjarpath> -- 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
