How to Integrate tomcat into eclipse
Step 1 : Open eclipse IDE for EE and Web developer
Step 2 : Press Control +N
Step 3 : On Wizards type Dynamic Web Project ---> Select ---> Click Next
Step 4 : Give Project Name (I write my project name is JspDemo)
Step 5 : After writing project name click next
Step 6 : again Next
Step 7 : You must check Generate web.xml and click finish
Step 9 : Open google and type Apache tomcat 10.1download
- click on 64 bit windows zip
- After downloading extract that zipped folder
Step 10 : Now click on Servers tab
- Next select appropriate version of tomcat (in my case i select tomcat 9.0)
- Click next
- Click on browse button
- Select your project & Click add
after Click finish
Comments
Post a Comment