Thanks Alan.

If I can get OpenBD running properly on my Mac (including the admin etc), I 
plan to take a look at the source and see if I can submit PRs to get some of 
the script component stuff working, as part of an effort to get FW/1 running on 
OpenBD.

Sean

p.s., I posted a couple of other things but didn’t see those come through to 
the list — are they still pending moderation?

> On Apr 22, 2015, at 6:22 PM, Alan Williamson <[email protected]> wrote:
> 
> That should be enough Sean for sure.
> 
> let me take a look at this and see what is going on.
> 
> thanks for reporting it
> 
> On 22/04/2015 21:22, Sean Corfield wrote:
>> I can't see what I'm doing wrong here. I cloned the latest OpenBD source and 
>> built a WAR and deployed it as my ROOT web application in Tomcat 7.0.42. I 
>> cloned the latest OpenBD Administrator source and copied that into the 
>> relevant location in that web application. Yet when I hit 
>> http://localhost:8080/bluedragon/administrator/index.cfm in a browser, I get 
>> an error that SESSION scope is not enabled, despite it executing 
>> /bluedragon/administrator/Application.cfc which does enable session 
>> management:
>> 
>> <cfcomponent displayname"Application" output="false" hint="Application.cfc 
>> for OpenBD administrator">
>> 
>> 
>>        <cfscript>
>> 
>>                this.name = "OpenBDAdminConsole";
>> 
>>                this.sessionmanagement = true;
>> 
>>                this.setclientcookies = true;
>> 
>>                this.sessiontimeout = CreateTimeSpan(0,0,20,0);
>> 
>>        </cfscript>
>> 
>> 
>> I created an issue in GitHub for this as well:
>> 
>> https://github.com/OpenBD/openbd-administrator/issues/28
>> 

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to