That looks right to me. Anything you want in production MUST be in this directory.
There's no "production classpath" because we may be running GAE 1.3.8, while your application may be running 1.3.4, for instance. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Wed, Nov 10, 2010 at 3:00 PM, haole <[email protected]> wrote: > i'm wondering which jars are required to be in the WEB-INF/lib > directory when i deploy. i have a bunch that were automatically added > when i created an appengine project in eclipse, but it seems like the > app should already have a lot of these jars in the production > classpath. am i supposed to add these to the project in some other way > than to just add them to the WEB-INF/lib directory? > > here's what's in my WEB-INF/lib: > > appengine-api-1.0-sdk-1.3.8.jar > appengine-api-labs-1.3.8.jar > appengine-jsr107cache-1.3.8.jar > datanucleus-appengine-1.0.7.final.jar > datanucleus-core-1.1.5.jar > datanucleus-jpa-1.1.5.jar > gdatacore10.jar > geronimo-jpa_3.0_spec-1.1.1.jar > geronimo-jta_1.1_spec-1.1.1.jar > gwt-servlet.jar > jdo2-api-2.3-eb.jar > jsr107cache-1.1.jar > mail.jar > recaptcha4j-0.0.7.jar > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
