Tomcat won't display index.jsp

Hello, I've been working in a webapp the last couple of weeks, and I am new with tomcat and JSP technology, yesterday I try to display the index.jsp in http://localhost:8180 and it didn't display it .

I retart tomcat with

> sudo /etc/init.d/tomcat5.5 restart

and it give me an OK but it won't show up in my browser, I don't know how to fix it. I was editing index.jsp couple of days ago and I erase the content of the folder "work" in tomcat, but it worked ( display index.jsp ) , but I don't know if it is related, I haven't done much since then . So I am pretty much lost. Can someone help me please?

[634 byte] By [Squaloa] at [2007-11-27 10:10:48]
# 1

The contents of the work folder get recreated if they're deleted so that can't be the problem.

Is anything else working? Is only the index.jsp not working? Also, the index.jsp seems to be hardcoded, modifying it will not have any effect.

If nothing is woking, I suggest you consult your logs, under $CATALINA_HOME/logs and go through them to see what's happening. Post the contents here if you think there's something wrong.

nogoodatcodinga at 2007-7-28 15:08:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

are you sure you local port is on 8180

mine is the default 8080

if that doesnt help, then like the post above, look inthe log files.

thanks

khalidkattana at 2007-7-28 15:08:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...