• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

How Replace Servlet When Tomcat is running ????

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Generally , when we replace a servlet , we have to restart tomcat4 .

if i replace servlet without restarting tomcat ?? is it work ??

------- OR ----
How run replaced servlet without restarting tomcat server

thanx in advance
 
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Tech,
the answer for your question is here :

http://www.coreservlets.com/Apache-Tomcat-Tutorial/#Servlet-Reloading

and go to 4. Turn on Servlet Reloading.

Good luck
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving this to the Tomcat forum...
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
TECH ZALA,

This is your third and last notice.

Please adjust your displayed name to meet the

JavaRanch Naming Policy.

You can change it

here.

Thanks!

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic