When I open Internet Explorer with the address given in the documents, I get a HTTP Status 400 Error – Page cannot be displayed. What do I do?
The problem may be that a mapping from ‘localhost’ to the equivalent Internet Protocol number, 127.0.0.1, has not been created in your computer. Instead of using the address, http://localhost:8080/product/index.jsp try using http://127.0.0.1:8080/product/index.jsp If this works and you want to use localhost, you will need to get a copy of a text file called ‘hosts’ from another Windows user and copy it into your computer. This file may be found in C:\windows\system32\drivers\etc and its job is to map from localhost to 127.0.0.1.