Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314673

Summary: when servlet class file is modified,the output is not changing unless eclipse is restarted
Product: [WebTools] WTP ServerTools Reporter: friendtwoshare
Component: jst.serverAssignee: jst.server <jst.server-inbox>
Status: CLOSED DUPLICATE QA Contact: Angel Vera <arvera>
Severity: critical    
Priority: P3 CC: david_williams, eclipse
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description friendtwoshare CLA 2010-05-27 10:15:30 EDT
Build Identifier: Build id: 20090920-1017

i tried to write a simple servlet which involved session handlisg,but when i make changes to the servlet class file,the browser doesn't reflect the changes and it is giving the same old output,when i restart the eclipse by closing and opening the eclipse again,then the browser shows the new output,because of the changes in the servlet.i thought that there is a problem in tomcat ,but the problem stood same with the built web container which came with eclipse.there is problem in the programming logic,as i tried few other programs which lead to same problem.

i also experienced another problem,though i stopped the tomcat server,when i try to ruin the servlet application again,eclipse gives me error that tomcat couldn't run because of the port 8080 is not empty or tomcat is still running.

i can say the above problems are not due to tomcat,because i have got same problems with inbuilt web container which came with eclipse

Reproducible: Always

Steps to Reproduce:
1.create a servlet
2.run the servlet and test the output with the help of tomcat 6.0
3.now make some changes in servlet and try to run the servlet application.the output should remain same
Comment 1 Angel Vera CLA 2010-05-27 14:17:41 EDT
This looks like a duplicate submission.

*** This bug has been marked as a duplicate of bug 314675 ***