On my Tomcat, I have an HTML page.
I need to type the following address to make it run:
http://127.0.0.1:8080/BiddingSystem/BiddingSystem.html
but I want
You can configure the host properties in Tomcat's server.xml, and can make an alias to the default localhost host:
server.xml
localhost
www.moribiz
For more information, see Tomcat's configuration manual.