I’m just a beginner in Atlassian Plugin development. I tried to run the standalone version of Bitbucket server using atlas-run-standalone --product bitbucket
from the console/terminal it looks every thing is fine and the server started without errors, I got the following message in the terminal.
[INFO] [talledLocalContainer] Tomcat 8.x started on port [7990]
[INFO] bitbucket started successfully in 1145s at http://karthik-pc:7990/bitbucket
[INFO] Type Ctrl-D to shutdown gracefully
[INFO] Type Ctrl-C to exit
But when I tried to access the application in the browser using the URL in the log I’m getting 404 error as below.
How to access the Bitbucket server?