Sounds like you're looking at the AppEngine Classic documentation where 
you'll likely want the AppEngine Flexible (ManagedVM) runtimes.

AppEngine Classic doesn't run Java applications, it is a Java web service 
(think Jetty/Tomcat).  It uses a web.xml to determine which classes that 
extend HTTPServlet handle which requests.

On Friday, June 3, 2016 at 4:02:51 AM UTC-5, Pavlo M wrote:
>
> Hello.
>
> I have a Java application and it packed to jar with Oracle JDK 8, so I can 
> run it in command line shell. It makes http requests and stores some data 
> to DataBase. 
>
> Now I want to run few instances of this application on Google Cloud. But I 
> cannot get some of steps I should do. First of all I found that Google not 
> support Java 8. I can refactor and compile on Java 7. But the next problem 
> I not see any docs how to run jar file. What service should I check? The 
> search pass me to 
> https://cloud.google.com/appengine/docs/java/quickstart#before-you-begin 
> but this manual actually not helps, because I have jar file, but there is 
> MAVEN plugin used to deploy Java Servlet application. I do not need web 
> server. Is it possible to get ssh console and run application like java 
> -jar, use linux chron like on usual server? Or I should use Maven plugin 
> only, to deploy, even if I not need Web Server (Servlet Container)?
>
> Thanks.
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e5d4bab8-09e8-4e99-954b-cc7617dbf252%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to