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
Have a look at item 4 of O'Reilly's Tomcat tips:
The relevant part is where the virtual host is defined (in the last tag).