Re: [google-appengine] Re: Can i run a regular tomcat servlet in app engine?

2010-03-11 Thread Ikai L (Google)
You could probably just put the code into a package, JAR it up and import it as needed into a new Eclipse Google App Engine project. On Wed, Mar 10, 2010 at 7:16 AM, Mats Svensson wrote: > OK, thanks. > > My servlet are all stateless, so it shouldn't be a problem. > > But do i get my servlet into

[google-appengine] Re: Can i run a regular tomcat servlet in app engine?

2010-03-10 Thread Mats Svensson
OK, thanks. My servlet are all stateless, so it shouldn't be a problem. But do i get my servlet into app engine? In tomcat i just put it in the webapps -folder, what is the is the corresponding action to take here? On Mar 9, 8:36 pm, "Ikai L (Google)" wrote: > App Engine uses the servlets API,