• 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

help Urgent!!

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to reLoad the Servlet without restarting the webServer
my webServer is NetScape Application Server running on
compaq TRU64 OS with jdk1.2.2
one Solution that i knw is rename the servlet
which i dont want to!

thanx in Advance!!!
 
Ranch Hand
Posts: 1514
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Most servers automatically reload the servlets, if they have changed, if the class files are in the serverdirectory/servlets/ folder. I am not sure about your particular server. You can try placing your class files there and see what happens.


------------------
Bosun
SCJP for the Java� 2 Platform
 
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rahul P,
Please read naming policy and re-register with a name that conforms. We would like you to be able to continue to post here at JavaRanch. Thanks.
Matthew Phillips
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic