Could be a syntax error blowing up silently?
Look carefully at the attributes in cfcomponent. A token missing

Slim chance here but I have had to suffer this pain with cfloop where I had
missed the "=" between TO and the index. :)

np
On 23 Apr 2015 06:53, "Sean Corfield" <[email protected]> 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
>
> Sean
>
>  --
> --
> 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.
>

-- 
-- 
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