I tried to change the application's path by adding next line to "conf/server.xml":
<Context path="" docBase="myapp.war" debug="0" reloadable="true"></Context>
Then I restarted tomcat but nothing have changed. I have to use "localhost:8080/myapp/" to use my app. Is it possible to use "localhost:8080/" and that's all?