Follow the following steps to run your project without name:-
Step1:- cd /usr/share/tomcat8/conf/
Step2:- vi server.xml edit file
Step3:- Put the following code into server.xml file:-
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
<Context deployOnStartup="true" docBase="/usr/share/tomcat8/webapps/myProject-0.0.1-SNAPSHOT" path="/" reloadable="true"></Context>
</Host>
Step4:- Save it and restart your tomcat, Now you can open your project in browser with following url:- https://localhost:8080/