My web.xml file contains: <?xml version="1.0" encoding="utf-8"?> <appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> <application>buildfunnyface</application> <version>1</version> <!-- Configure java.util.logging --> <system-properties> <property name="java.util.logging.config.file" value="WEB-INF/ logging.properties"/> </system-properties> </appengine-web-app>
And my application ID is : buildfunnyface On Aug 19, 11:24 am, Jason <[email protected]> wrote: > What is your application ID? Also, can you paste your appengine- > web.xml file? > > Thanks, > - Jason > > On Aug 18, 5:31 am, bb1987 bb1987 <[email protected]> wrote: > > > Hello > > > Today I have received "Your Google App Engine Account has been > > enabled!" email because I couldn't activated via sms. > > > Then I registered my application. My project's application id and > > registered application is same. > > > I read (Get "401Unauthorized" on deploying ) discussion and checked > > all settings. > > But it always says "401Unauthorized" > > > I don't know what is wrong. Please give me hint. > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
