0

I am doing java dynamic web application in eclipse kepler.I am using Apache Tomcat7 as server.

I run the web application in initial with some static html page, further i changed with dynamic code an java servlet.

Now when ever I run the application it displays previous code result only.There is no change in web application what I made in file.

Please help me.

Thank You!

krishna
  • 1
  • 2
  • 7

2 Answers2

0
  1. Try Clean and build before you run .

  2. If u want build automatically , then you should enable Build automatically (To enable this see here)

  3. If the output is same after this try restarting your server .

Hope this helps!!

Community
  • 1
  • 1
Santhosh
  • 8,181
  • 4
  • 29
  • 56
0

1.check the Build Automatically in Project option in Eclipse Menu.

2.Then select the Automatically publish when resources change in the Tomcat screen(you will get it by double clicking on tomcat server in your eclipse servers tab.

enter image description here

I think this will help you.

Gundamaiah
  • 780
  • 2
  • 6
  • 30