On Wed, Jul 31, 2013 at 9:04 PM, Eric Sepich <[email protected]> wrote:
> Does anyone know what might be wrong here? The output when I try to run > the application is as follows: > > The exception is complaining about a missing threadsafe XML element in your appengine-web.xml file. To fix this, add the following line to the appengine-web.xml file in the /war/WEB-INF/ folder: <threadsafe>true</threadsafe> ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
