Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

weblogic 5.1 dynamic class reloading

Status
Not open for further replies.

dendenners

Programmer
Jul 17, 2001
110
IE
Hello,
I'm doing my weblogic development on an aix box with WL 5.1 SP10 (all development is done using expanded classes under weblogic/myserver/servletclasses, for production we use WAR files). Each time I update a class while developing it seems I have to restart the server to get it to refresh it. I see in the weblogic.properties that there are servlet.classpath and servlet.reloadCheckSecs properties. However, even when I deploy my new classes under this directory, no update seems to take place and I still have to restart. Can anyone actually modify classes and deploy them without the time-consuming process of restarting the server?
Thanks
 
It is not possible to dymically load classes in WL5.1 because there is no class loader heirarchy. This can be achieved in 6.0 and later versions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top