• 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

Hot Deployment of Code from Eclipse to Tomcat

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

I am working on an application where the code is compiled using ant scripts which are getting called from a .bat file and the code files are compiled to a jar which is deployed on the tomcat server. Every time there is a change in my code i need to shut down my server and recompile the code using ant scripts and then the code is compiled to a jar which gets copied into the libraries of the tomcat server.

I want to ease out the process by configuring Hot Deployment in Eclipse such that every time there is a code change the code compilation and deployment on to Tomcat server happens automatically rather than my mechanically calling the build scripts from a bat file .

Can someone guide me as to how i can attempt Hot Deployment in Eclipse where the code compilation will automatically deploy the new jar file on Tomcat server.

Any help appreciated.

Regards,
Ragini
reply
    Bookmark Topic Watch Topic
  • New Topic