Hi Nick

I have few questing.  Can you please clearly.

1. Is Remote API using is the correct approach to fulfill my requirement ?

2. As per https://cloud.google.com/appengine/docs/java/tools/remoteapi
 

<servlet>
    <display-name>Remote API Servlet</display-name>
    <servlet-name>RemoteApiServlet</servlet-name>
    
<servlet-class>com.google.apphosting.utils.remoteapi.RemoteApiServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
    <servlet-name>RemoteApiServlet</servlet-name>
    <url-pattern>/remote_api</url-pattern>
</servlet-mapping>

where this servlet will be defined ?
1. Is it in my java application which is deployed in Tomcat (not in app engine) 
or
2. within web.xml of app engine application. (this application is deployed in 
App Engine.) ?
3. or in both place.


Thanks

Snahasish

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5574bbb4-9d9b-4ff5-8c37-8a28d1706678%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to