Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

ClassLoader in a webserver

  Asked By: Meenachi    Date: Sep 17    Category: Java    Views: 554
  

i'm using iplanet webserver using JSP's and servlets. The webserver
loads all classes in it's jvm once but does not update the classes
when any changes are made (it updates the jsp's and servlets but not
the classses that they use) is there any way to dynamically load
classes when thay are changed instead of having to restart the
webserver every time?

Share: 



Tagged: