#spring app endpoint not working anymore

3 messages · Page 1 of 1 (latest)

outer gulch
#

in java app i have endpoint "/sollo/createPaymentInformation". in application.yaml i have this:

  port: 8080
  address: 127.0.0.1
  servlet:
    context-path: "/bgw"

when i run my app locally and make a call to localhost:8080/sollo/createPaymentInformation everythings fine. but when i deploy my app to the server, things change. for some reason request to http://lms2.dev2.mycompany.lt/bgw/createPaymentInformation goes through, but request to http://lms2.dev2.mycompany.lt/bgw/sollo/createPaymentInformation isnt being handled

golden helmBOT
#

This post has been reserved for your question.

Hey @outer gulch! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.