As I know multiple war is deployed on a server, so every time restarting server is not a good option.so I just do deploy that particular war which have any version updates. but after some days it throws heap space issues. and if I didn't do dodeploy and restart server while updating version. it does not throw heap space issue.
so I have doubt with it.
1)what does it do internally while do deploy war in jboss7?
2) is it not do garbage collection for all objects of previous war?
3) is there any extra settings required to work perfect while do deploying?
this question may be very silly..but It is very serious issue for me on production server.
Thanks In Advance.