Tomcat Issue

Hello,

Tomcat setting are done, tried to makea simple web application, as the other application was giving error, thought the Server is started in WTP, the tool / IDE but i am unable to get the mail page even of tomcat.

The server if tried to run from batch file used to failed as it is already running, I tried alto and unable t figure out it. there are other certain issue but right now i am facing this, I am unable to execute a single jsp using tomcat.

Error message - requested resource unavailable.

Please guide.

[549 byte] By [Roomana] at [2007-11-27 4:49:22]
# 1
Check the port whether it is used by other applications. If so, change the port and restart the server.
AnanSmritia at 2007-7-12 10:02:27 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
check your file path, URI path also. and then try to check any other server is running on the system... OR give more details on jsp file runningpath...
loguKKa at 2007-7-12 10:02:27 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

> Error message - requested resource unavailable.

This error message usually means that something went wrong during deployment (check the systemout log), or that you actually haven't deployed anything to the Tomcat appserver (Eclipse: rightclick server config, choose Add/Remove Projects). Do you see something at the root URL http://localhost:9080 or the Admin URL http://localhost:4848 ? (those are actually the default locations, it might differ upon your own configuration).

BalusCa at 2007-7-12 10:02:27 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...