Thanks Jorge for pointing this out. We'll look into it. Looks like a
Lift bug so far.

Br's,
Marius

On Mar 16, 12:31 pm, Jorge Ortiz <[email protected]> wrote:
> Folks,
>
> I'm trying to specify a custom Boot class, as per Chapter 3 of the Lift
> Book. To my web.xml I've added:
>
>   <context-param>
>     <param-name>bootloader</param-name>
>     <param-value>bootstrap.liftweb.Brat</param-value>
>   </context-param>
>
> and in Boot.scala I've commented out the regular Boot class and added a Brat
> class with identical implementation, except it extends Bootable.
>
>   class Brat extends Bootable { ... }
>
> Unfortunately, I'm getting a:
>
>   ERROR - Failed to Boot
>   java.lang.ClassNotFoundException: bootstrap.liftweb.Boot
>
> Attached is the zipped project.
>
> Thanks,
>
> --j
>
>  bootable.zip
> 20KViewDownload
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to