I'm brand new to Scala and lift framework. I have created a very
simple hello world web app in lift framework and deployed it
successfully on tomcat.
Now I want to know whether I can deploy the same lift application on
Google app engine or not? I have the war ready, so in I thought that
it should have been as simple as deploying any war on tomcat or
websphere!!! But I see it is not ;-(
Can anyone please guide me as to how I can deploy my mini lift app on
GAE?
> I'm brand new to Scala and lift framework. I have created a very
> simple hello world web app in lift framework and deployed it
> successfully on tomcat.
> Now I want to know whether I can deploy the same lift application on
> Google app engine or not? I have the war ready, so in I thought that
> it should have been as simple as deploying any war on tomcat or
> websphere!!! But I see it is not ;-(
> Can anyone please guide me as to how I can deploy my mini lift app on
> GAE?
Great TylerWeir!!! Thanks a lot... Can you please suggest any kind of
documentation for this... sorry to be bothering you for that. Any
tutorial would be of great help.
Cheers.
On Sep 29, 2:08 pm, TylerWeir <tyler.w...@gmail.com> wrote:
> There are caveats though, the major one is the lack of actors.
> On Sep 29, 8:53 am, justss <surysha...@gmail.com> wrote:
> > Hi All,
> > I'm brand new to Scala and lift framework. I have created a very
> > simple hello world web app in lift framework and deployed it
> > successfully on tomcat.
> > Now I want to know whether I can deploy the same lift application on
> > Google app engine or not? I have the war ready, so in I thought that
> > it should have been as simple as deploying any war on tomcat or
> > websphere!!! But I see it is not ;-(
> > Can anyone please guide me as to how I can deploy my mini lift app on
> > GAE?
> Great TylerWeir!!! Thanks a lot... Can you please suggest any kind of
> documentation for this... sorry to be bothering you for that. Any
> tutorial would be of great help.
> Cheers.
> On Sep 29, 2:08 pm, TylerWeir <tyler.w...@gmail.com> wrote:
> > There are caveats though, the major one is the lack of actors.
> > On Sep 29, 8:53 am, justss <surysha...@gmail.com> wrote:
> > > Hi All,
> > > I'm brand new to Scala and lift framework. I have created a very
> > > simple hello world web app in lift framework and deployed it
> > > successfully on tomcat.
> > > Now I want to know whether I can deploy the same lift application on
> > > Google app engine or not? I have the war ready, so in I thought that
> > > it should have been as simple as deploying any war on tomcat or
> > > websphere!!! But I see it is not ;-(
> > > Can anyone please guide me as to how I can deploy my mini lift app on
> > > GAE?
> google for "lift appengine" there a few out there.
> On Sep 29, 11:05 am, justss <surysha...@gmail.com> wrote:
>> Great TylerWeir!!! Thanks a lot... Can you please suggest any kind of
>> documentation for this... sorry to be bothering you for that. Any
>> tutorial would be of great help.
>> Cheers.
>> On Sep 29, 2:08 pm, TylerWeir <tyler.w...@gmail.com> wrote:
>>> There are caveats though, the major one is the lack of actors.
>>> On Sep 29, 8:53 am, justss <surysha...@gmail.com> wrote:
>>>> Hi All,
>>>> I'm brand new to Scala and lift framework. I have created a very
>>>> simple hello world web app in lift framework and deployed it
>>>> successfully on tomcat.
>>>> Now I want to know whether I can deploy the same lift application
>>>> on
>>>> Google app engine or not? I have the war ready, so in I thought
>>>> that
>>>> it should have been as simple as deploying any war on tomcat or
>>>> websphere!!! But I see it is not ;-(
>>>> Can anyone please guide me as to how I can deploy my mini lift
>>>> app on
>>>> GAE?
> On 29 Sep 2009, at 06:54 PM, TylerWeir <tyler.w...@gmail.com> wrote:
> > google for "lift appengine" there a few out there.
> > On Sep 29, 11:05 am, justss <surysha...@gmail.com> wrote:
> >> Great TylerWeir!!! Thanks a lot... Can you please suggest any kind of
> >> documentation for this... sorry to be bothering you for that. Any
> >> tutorial would be of great help.
> >> Cheers.
> >> On Sep 29, 2:08 pm, TylerWeir <tyler.w...@gmail.com> wrote:
> >>> There are caveats though, the major one is the lack of actors.
> >>> On Sep 29, 8:53 am, justss <surysha...@gmail.com> wrote:
> >>>> Hi All,
> >>>> I'm brand new to Scala and lift framework. I have created a very
> >>>> simple hello world web app in lift framework and deployed it
> >>>> successfully on tomcat.
> >>>> Now I want to know whether I can deploy the same lift application
> >>>> on
> >>>> Google app engine or not? I have the war ready, so in I thought
> >>>> that
> >>>> it should have been as simple as deploying any war on tomcat or
> >>>> websphere!!! But I see it is not ;-(
> >>>> Can anyone please guide me as to how I can deploy my mini lift
> >>>> app on
> >>>> GAE?
> On Sep 30, 9:22 am, Sury <surysha...@gmail.com> wrote:
> > Thanks a lot ;-)
> > On 29 Sep 2009, at 06:54 PM, TylerWeir <tyler.w...@gmail.com> wrote:
> > > google for "lift appengine" there a few out there.
> > > On Sep 29, 11:05 am, justss <surysha...@gmail.com> wrote:
> > >> Great TylerWeir!!! Thanks a lot... Can you please suggest any kind of
> > >> documentation for this... sorry to be bothering you for that. Any
> > >> tutorial would be of great help.
> > >>>> I'm brand new to Scala and lift framework. I have created a very
> > >>>> simple hello world web app in lift framework and deployed it
> > >>>> successfully on tomcat.
> > >>>> Now I want to know whether I can deploy the same lift application
> > >>>> on
> > >>>> Google app engine or not? I have the war ready, so in I thought
> > >>>> that
> > >>>> it should have been as simple as deploying any war on tomcat or
> > >>>> websphere!!! But I see it is not ;-(
> > >>>> Can anyone please guide me as to how I can deploy my mini lift
> > >>>> app on
> > >>>> GAE?
Is this the easiest/simplest instructions/setup to deploy a Lift app on GAE?
It seems to involve datanucleus-enhancer, which I know nothing about.
I'm not sure what other dependency it has. Is it required?