Questions tagged as 'google-app-engine'

4
answers

Does the programming language affect the performance of google App Engine?

Google App Engine can be used with Java, PHP, Python and Go. The performance of web apps varies according to the language used? or once the code enters the google servers no matter what language was programmed, the performance is the performance...
asked by 27.01.2016 / 14:38
1
answer

Why does the entity _ah_SESSION weigh so much and space is not released?

I'm working with Google App Engine and Google Datastore and the Objectify library and everything is fine, but I've noticed that the entity _ah_SESSION is increasing too much and occupies more than 90% of the total size of my entitie...
asked by 07.01.2016 / 19:52
0
answers

Using AWT in Google App Engine [closed]

I'm doing a project in Google App Engine through java , my problem is that I need to make an image transformation, in which I draw one over the other to then use the Datastore and store it. Everything was going great until I realized th...
asked by 13.03.2017 / 19:45
1
answer

Error 405 HTTP method POST is not supported by this URL

I'm doing a web application (JSP) with eclipse with the google app engine plugin and it throws me an error when I press the send button:    "Error 405 HTTP method POST is not supported by this URL" I've tried with "get" and if it works, b...
asked by 02.02.2018 / 19:34
2
answers

Do not load me the Bootstrap styles

good morning, I have an HTML template that uses bootstrap, but I do not load the styles I'm using NetBeans 8 and the App Engine server. So I am creating the references: <link href="../src/java/font-awesome/font-awesome.css" rel="styleshe...
asked by 19.12.2017 / 16:48
0
answers

Connection timed out: no further information. Verify the connection properties

Something very strange happened, I'm doing a web application in java with app engine and sql server using rest services, everything works apparently fine, but only once, that is, I have an endpoint that connects to a database and runs a Store Pr...
asked by 07.09.2018 / 17:54
1
answer

How to add Maven support to App Engine

I am developing an application for Google App Engine with the IDE Intellij IDEA , when starting the new project this IDE allows the creation of an App Engine application with the structure by defect. At the end of the creation it does not...
asked by 25.05.2016 / 18:24
3
answers

Cleaning indexes in Google Datastore

I have an application in
asked by 14.06.2016 / 06:39
0
answers

display my angular application with ssl and Nginx using docker

I have the following problem, I do not know if it would be a good idea to deploy my angle application, using as server Nginx and let's encrypt as ssl, the bd will be postgresql; by using docker (I'm new with docker) I was investigating a bit...
asked by 25.11.2018 / 18:44
1
answer

How to implement Angular in Google App Engine

This is my app.yaml file # [START runtime] runtime: python27 threadsafe: yes # [END runtime] handlers: - url: /(.+) static_files: dist/ upload: dist/(.*) - url: / static_files: dist/index.html upload: dist/index.html skip_files: - ^(?!...
asked by 26.09.2018 / 09:58