You can directly upload your application without using eclipse
plugin.
1. Change your application version in appengine-web.xml.
2. Go to command prompt, point your app engine SDK version 1.5.0
(_your app engine SDK directory\appengine-java-sdk-1.5.0.1\bin)
3. Update your application using the appcfg update command.
(appcfg --enable_jar_splitting update) and specify the destination
directory of your project.
like:appcfg --enable_jar_splitting update your_project_directory
\build\web
4. Specify your user name and password.
S. Abraham
www.DataStoreGwt.com
On Sep 15, 4:53 am, Ken Bowen <[email protected]>
wrote:
> I've got a problem trying to upload to a newly created application
> named 'wnaccess' in the applications for applied-logic-systems.com;
> I'm in the role of application Owner.
>
> Based on some searches, I ensured that the file .appcfg_cookies is not
> present in my home directory.
>
> I also ensured that:
> Google Apps Manager Dashboard login was successful as
> [email protected]
>
> Google App Engine My Applications login was successful as
> [email protected]
> athttps://appengine.google.com/a/applied-logic-systems.com
>
> I'm currently running SDK version 1.5.0 in the Eclipse plugin.
> With the two logins above currently active in different browser tabs,
> I attempted to upload to the new application 'wnaccess' for the first
> time. The result on the console was this:
>
> Created staging directory at: '/var/folders/EM/EMFo-6hIHsqSzUcUq--t1E++
> +TI/-Tmp-/appcfg1791187681661511906.tmp'
> Scanning for jsp files.
> Scanning files on local disk.
> Scanned 250 files.
> Scanned 500 files.
> Initiating update.
> java.io.IOException: Error posting to
> URL:https://appengine.google.com/api/appversion/create?app_id=wnaccess&ve...
> 403 Forbidden
> You do not have permission to modify this app (app_id=u'wnaccess').
>
> Note that it did not ask me for an email or password.
> I've worked on GAE applications for another company for a couple of
> years, and I can't see what I'm doing differently here.
> Can anyone help me figure out what is going wrong here or what my
> mistake is?
> Thanks in advance,
> Ken
--
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.