how can i change the host name to a userdefined name.
i am hosting a java application which i build using servlet and jsp.
i am using apache-tomcat-7.0.29 and jdk 7.
to acess my application i have to type HTTP:\\10.226.236.12:8080\\EmergencyImagePush\Firstpage.jsp.
Now what i want to do is that to acess the the same application by the name http:\\Image and it should give me the first page.
can you help.