I'm trying to deploy an app developed in Grails 3.0.x at WebSphere 8.5.5
I've generated .war file and installed successfully but, when I'm trying to access through link http://localhost:9080/myContext/ following error appears:
Error 404: SRVE0190E: File not found: {0}
I've added context-path to app at application.yml file with the same name I put in WAS install settings but error continues.
I apprecciate so much if someone could help me to fix this error.
Thanks for your help. :)