Question : how to add tomcat 6.0  to the eclipse 3.3 europa

Hello,
I am doing a sample web project in the eclipse IDE 3.3 europa. I want to run servlets and jsp in the eclipse IDE
I have installed tomcat 6.0 in my system
And then I added the tomcat to the eclipse IDE like this windowàopen viewà serverà
And then in the server tab right click and then newàserveràapacheàtomcat6.0
And then next and then finish
And when I start the server in the servers tab
I see the server is staring good
But when I type the url http://localhost:1122/manager/html   in the browser  
I am getting the following error
HTTP Status 404 - /manager/html
________________________________________
type Status report
message /manager/html
description The requested resource (/manager/html) is not available.
________________________________________
Apache Tomcat/6.0.14
Can anyone please let me know what is the error and where I have done wrong

Answer : how to add tomcat 6.0  to the eclipse 3.3 europa

When Eclipse deploys a web project to Tomcat, it actually creates a new Tomcat "instance", with its own set of configuration files that are totally independent from the main Tomcat deployment.
Thus, the webapps found in the Tomcat installation directory are not run in this case. You need to add them manually in the server.xml created by Eclipse (found in the Servers project).
Random Solutions  
 
programming4us programming4us