Skip to contentCreate Run Dynamic Web Project Eclipse
- Download eclipse from http://www.eclipse.org/downloads/ site. I have used eclipse (Version: Helios Service Release 2)for demo.
- Configure tomcat server in eclipse from this link: Configure and Run Tomcat server in eclipse
- Open you eclipse
- Create dynamic web project from this link: Create Dynamic Web Project Eclipse
- Once project you created dynamic web project in eclipse right click Dynamic web project –> Run As –> Run on server
- On next window every thing will be default selected because we already created tomcat server in our previous step click Next
- On next Add and Remove window select your project which you want to run the server and click Finish
- Click Finish. Now you will see new Dynamic Web project in eclipse window
- To run project: Right click your project select Run As –> Run on Server
- After click Run on Server you should see below: