Hi everyone. I have a spring boot application deploy on GAE flex env. But I facing issue that my application context not load after deploy on GAE flex. In my app, I already set context path in application.properties look like :
server.context-path=/myapp and it work fine on my local tomcat and jetty embedded server, I just access following address myhost:8080/myapp But when run on GAE flex the context path is ignored, so I just access with GAE domain with context '/'. Because I'm using dispatch to config routing micro service on GAE, so I need to define specify context path for each service. Can anybody help me in this case? Thanks so much. -- 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/d817189b-b1a4-4bc8-93d4-7f0c4bd994ca%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
