normally we run our applications
<a href="http://<b rel="nofollow">localhost</b>:8080/EMS/jsp/Expense.jsp" target="_blank">
http://localhost:8080/EMS/jsp/Expense.jsp
and other people in the network can acess my application by
<a href="http://<b rel="nofollow">ganesh</b>:8080/EMS/jsp/Expense.jsp" target="_blank">
http://ganesh:8080/EMS/jsp/Expense.jsp
where ganesh is my machine name
is there is any way by which i can make any changes in
tomcat and configure it in some way
so that instead of
<a href="http://<b rel="nofollow">ganesh</b>:8080/EMS/jsp/Expense.jsp" target="_blank">
http://ganesh:8080/EMS/jsp/Expense.jsp
others(i.e people in the network)can acess my application like
<a href="http://<b rel="nofollow">Expense_management</b>/jsp/Expense.jsp" target="_blank">
http://Expense_management/jsp/Expense.jsp