I developed sample apps in WSL Ubuntu, then I started my app by mvn jetty:run
in WSL Ubuntu.
I checked localhost:8080
at Windows side, but the following was displayed
HTTP ERROR 503 Service Unavailable
URI: /case-post/
STATUS: 503
MESSAGE: Service Unavailable
SERVLET: -
Powered by Jetty:// 9.4.22.v20191022
When I execute mvn jetty:run
on Windows side, my app was shown in my localhost.
C:\Users\h-miyashita\.wslconfig
→localhostForwarding=true
What is the root cause of this? I am completely novice of this concept I would like to know how to search further more.