On Fri, Mar 4, 2011 at 7:20 AM, Nate Althoff <[email protected]> wrote:
> Hi folks > Is there any way to turn on debugging so I can see what's going on without > having access to the admin? > Yep, all settings that are accessible via the admin console you can also easily change directly in the bluedragon.xml file (/WEB-INF/bluedragon/bluedragon.xml). If you've never enabled debugging on that instance before you'll need to add this node, but in the <system> node in the XML file, look for (or add) a <debug> node and set that to true: <debug>true</debug> And as Peter said, also check both the OpenBD logs as well as your servlet container logs since that will likely tell you what's going on. Main OpenBD log is /WEB-INF/bluedragon/work/bluedragon.log and the location of your servlet container logs will depend on your servlet container. Hope that points you in some fruitful directions--let us know if we can help further. -- 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 -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
