Heiko, Thanks for the help. Yes i have configured the python sdk and added the entries as mentioned. I will test how it works on local db setup. I will consult you if i need help Either ways i will let you know how my work went.
Thanks On Tue, May 17, 2011 at 1:27 PM, Heiko Roth <[email protected]> wrote: > You can add the remote_api Service into your java project. > Just add the following lines to web.xml > > <servlet> > <servlet-name>RemoteApiServlet</servlet-name> > <servlet- > class>com.google.apphosting.utils.remoteapi.RemoteApiServlet</servlet- > class> > </servlet> > <servlet-mapping> > <servlet-name>RemoteApiServlet</servlet-name> > <url-pattern>/remote_api</url-pattern> > </servlet-mapping> > > Then you have to use appcfg.py, so you need the python sdk. > You don't need a python project, just the sdk is enough. > > -- > 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. > > -- 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.
