unable to start Tomcat 5.5

hello friendswhen I install and gave http://localhost:8080 I am unable to get the home page of tomcat. can any one solve me this problem
[150 byte] By [Bhargavi-Ajaya] at [2007-11-26 15:24:46]
# 1
Since you obviously already know that we're all psychic. You can expect to receive the answer telepathically from one of us shortly. To ensure a clear transmission, please refrain from thinking for the next ten minutes.Thank you for your cooperation!
bckrispia at 2007-7-8 21:40:19 > top of Java-index,Java Essentials,Java Programming...
# 2

hi,

u have a problem with 8080.isnt it?

8080 is the default port number of http.u must change the default to ur own number.

change the port number to 9900.

inorder to change,u have one file called server.xml.u have to change the port number in that file

In tomcat folder->conf->server.xml

Edit server.xml. Scroll till u get a tag <Connector port ="8080">;

U'll have so many Connector tags,but u must change the first Connector tag.change this to 9900 and save the file.now u can run http:\\localhost:9900 to check whether tomcat is working fine or not.

Manohar_4ua at 2007-7-8 21:40:19 > top of Java-index,Java Essentials,Java Programming...