views:

63

answers:

0

Hi all,

When developing a JSP web application in Eclipse, i'm using the built in J2EE Preview servlet container to host the application, with a browser open to localhost:8080/MyApp to preview things.

Sometimes i make a change to the application and wait for the servers view in Eclipse to go from 'Republish' to 'Synchronized', but when i go to the web browser (i've tried many) it does not reflect the change.

Eg if i change the web.xml and remove the sitemesh filter, it does not reflect the change, but when i change the index.html it then also shows the effects of removing sitemesh. Then if i put sitemesh back into web.xml, i also have to edit index.html to see any difference.

Any help please? It does not seem to make a difference if i run the server in debug or normal mode. I've also had similar problems with using tomcat as a server.

Thanks