Hi All
I am using
JBoss from quite some time. I have made a web application which runs perfectly. Now, my problem is that every time when I make even a small change to my code, then that change does not take effect in the web application automatically (even after refreshing). I just have to redeploy the application on server & sometimes even that does not help & I have to restart the server. Then it works fine till some changes to code are not made.
Is this a problem with JBoss or some other problem? And is there a way that changes take effect without redploying the application? (there are no errors or exceptions)
Thanks in advance!!!