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?