Compile your project in eclipse, upload entire war directory of your
project into google app engine. Try these  steps.

step 1: Go to Google App engine sdk directory through command prompt

              Ex:  Your _extracted _app engine _directory
\GoogleAppEngine\appengine-java-sdk-1.5.0.1\bin

step 2: Type   appcfg --enable_jar_splitting update   war_directory
of  your application

             Ex :  Your _extracted _app engine _directory
\GoogleAppEngine\appengine-java-sdk-1.5.0.1\bin>appcfg --enable_
              jar_splitting update Your_project_directory\build
\web


S. Abraham
www.DataStoreGwt.com
Persist objects directly in GAE


On Sep 30, 5:10 pm, Manilal <[email protected]> wrote:
> I get the following error when trying to access my Java application in
> appspot.
>
> Error: NOT_FOUND
>
> However it works fine when I run from Eclipse or ant. I have checked the
> logs in GAE admin console but couldn't find any error messages.
>
> I have also tried by removing all the *.class files before building.
>
> The application is deployed using the appcfg script provided in
> appengine-java-sdk-1.5.3. Is there any specific reason for this behaviour?

-- 
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.

Reply via email to