Actually I wanted to port app-engine application in appengineserver with Jetty and extend it (without appengine restrictions) in our personal tomcat server. We need support for file upload and other things. That's why we are interested in Tomcat.
μακσυδ http://www.commlinkinfotech.com/~maksud On Thu, Sep 10, 2009 at 8:17 PM, Nicolas Melendez <[email protected] > wrote: > > hi! > be careful, those restrictions(threads, files,etc) are helpful, > because in production you will have the same restrictions and your app > won't work in app engine server. > NM > > > On Thu, Sep 10, 2009 at 1:19 PM, leszek <[email protected]> > wrote: > > > > But do you mean GWT or Google App Engine application ? > > > > GWT comes with embedded tomcat to keep backward compatiblity. Although > > there is a warning that it is deprecated and can be deleted in the > > future. > > > > If you want to use tomcat simply start shell as it is described in > > documentation for GWT 1.5 (or earlier). > > > http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideHostedMode > . > > > > GWT application (without Google App Engine) can be run inside any > > container, just deploy it as a normal .war module. > > > > Google App Engine comes with its own embedded web server which cannot > > be switched. > > > > But what is used in the case of GWT/Google App Engine application and > > GWT running in hosted mode started to use deprecated tomcat ? Good > > question - I don't know what is the relationship between embedded GWT > > server running in hosted mode and embedded Google App Engine server. > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
