• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

cache problem??? with Eclipse 3.2, Callisto, and Tomcat 5.5.17

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone advise me on how to correct this problem>

Environment - WinXP SP2, Eclipse 3.2, Callisto w./ all plugins installed, Tomcat 5.5.17.

I can successfully invoke servlets, JSP, and HTML in Tomcat via Eclipse. However, if I modify the servlets or JSP, the new versions are not invoked within the eclipse browser, even if I stop Tomcat, manually republish the web application, and then restart Tomcat. I need to directly enter the servlet or JSP in the browser command line for the new version to be invoked. As far as HTML is concerned, at least for one test, a modified HTML never became invoked. I had to copy the HTML to a new file and then invoke that new file in order for it to run with the modifications.

Thanks.
 
It is difficult to free fools from the chains they revere - Voltaire. tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic