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