Hi!
I use
jBoss as the AS for my
EJB application (its an enterprise application i.e. EAR). I deploy the code in exploded form as explained
here. Now the problem is that the changes to JSPs are reflected as soon as they are updated. But the changes to EJBs,
Servlets and other classes is not reflected after changes are made to them. I have to restart my server each time to make the changes take effect. This takes a lot of time. Is there a direct way in which jBoss would reload classes in my project. If it is not possible for EJBs, then its fine but if this can happen at least for Servlets and other classes in the web application in the enterprise application, then it would be great.
I would be thankful for any help...