Ok.. I copied my code base over, and just started deleting files and folders one by one until it would start up..
It's definitely the web-inf folder.. I only had a few things in there. I think the culprit were two files I had in the following folder web-inf/lib files were openbdplugin-twitter-0.1.jar twitter4j-core-2.1.4-SNAPSHOT.jar Removing these allows the app to start. Since these files were in my webroot, I'm wondering if I broke them when I was doing some extensive extended replaces on some code changes I made. I usually write my code in a somewhat unique style with my own kind of naming convention so that if I need to make broad changes, they won't affect any commercial/opensource scripts I've included. I'm going to try and find fresh copies of those jars and see if anything changes On Mon, Apr 18, 2011 at 2:31 PM, Alan Holden <[email protected]> wrote: > Have you first determined that it's not the actual app you wrote? > Like temporarily replace your code base with one simple cfm file, restart, > etc? > Al >> >> Is there any reason I couldn't copy the default web-inf from the root >> folder and place that in my app's folder? I forget how that all >> works.. I'd hate to have to come through it when I could just replace >> it with something fresh. >> > > -- > official tag/function reference: http://openbd.org/manual/ > mailing list - http://groups.google.com/group/openbd?hl=en > -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
