Hi, I am new in Google app engine. I need some help and suggestion from you. I have an project in Google app engine, for example http://devSend.appspot.com/ I have another application written in GWT 2.7.0 and SmartGWT5.1 and deployed in Tomcat 7 java 1.8 (64 bit). From this application I want to upload a file(.np3) https://devSend.appspot.com/devstore/indfs01 location. Also I want to send mail using Google app engine from http://devSendsend.appspot.com/devsend. All the path are configured. Is it possible to achieve this ? From where I have to start ? Please help me. Regards 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-appengi...@googlegroups.com.
To post to this group, send email to google-a...@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/9a0ee09a-6259-4c1b-96f3-219517ed8904%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsub...@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/9a0ee09a-6259-4c1b-96f3-219517ed8904%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
Thanks you for your reply. Can you please suggests me,from where I should start. Actually my main concern is that I have to communicate Google app engine project from another project which is deployed in Tomcat server. Today I try to achieve this using Remote API calling but unable as there is an error saying that appid can't found. Error 404.
I have already posted this error in the group.
I would like to request you to go through that post and/or suggest me a path from where I should start.
and I try to use Remote API, is it the correct approach ??
I am going to call remote API from non app engine application and try to connect with a app engine application.
please help me in this two point.
Regards
Snahasish
Sent from my Xiaomi
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/k3kWBQ1YIL0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@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/ed958c63-0522-4c03-8c31-3281bce6ef1d%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to google-appengine+unsubscribe@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 unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ed958c63-0522-4c03-8c31-3281bce6ef1d%40googlegroups.com.
<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
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@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/ed958c63-0522-4c03-8c31-3281bce6ef1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.