• 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:

Reloading if Beans or Normal classes.

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
We are using iPlanet Webserver 4.1 sp 7 on AIX.
If I change my class, then I have to restart my server to get new effect.
Can anybady tells me how can we reload normal classes or beans in this server?
Thanks in advance
Nishit
 
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

By default, for performance reasons, dynamic servlet and EJB reloading is disabled in the application server. To enable follow the instructions given at the URL:
http://developer.iplanet.com/appserver/samples/docs/getting-started.html#dynamic-reload
Hope that helps.
Faisal
 
Nishit Ajwaliya
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply. But my problem is " I need to reload my normal classes which I am using in my servlet". For eg. I am using one bean in my servlet. If i change my servlet, it's working fine. But if i change that bean it will not reload until I restart the server.
Nishit

Originally posted by faisal mahmood:

By default, for performance reasons, dynamic servlet and EJB reloading is disabled in the application server. To enable follow the instructions given at the URL:
http://developer.iplanet.com/appserver/samples/docs/getting-started.html#dynamic-reload
Hope that helps.
Faisal


 
faisal mahmood
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you deploying as a war file or just files floating in a directory. I think new war file may solve the problem.
Let us know.
Faisal
 
reply
    Bookmark Topic Watch Topic
  • New Topic