• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

tomcat context reloading on each jsp save :(

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have a dynamic web project configured in eclipse. I run it by right click on the project node in the 'project explorer' view and then click on Run As --> Run on Server.
While the tomcat is running, saving even a small change in the code of a jsp, the whole web project (context) reloads in the tomcat.
I think tomcat should not reload all context. It should just reload the edited jsp


I am using eclipse
eclipse 3.3-jee-europa-win32
Version: 3.3.0
Build id: I20070621-1340

Please suggest how i can save time for the web application development

Regards
Ghufran
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic