Hi there, i'm developing a spring-based application with facelets and Java Server Faces which works on Jboss Application Server. As a development Framework, i'm using Eclipse Ganymede Platform Version: 3.4.2 , which integrates the Web Standard Tools and therefore offers support for different servers, like Jboss 5.0.
I'm deploying my app on Jboss within Eclipse. First time it runs fine, but when I try to make some changes and republish my application, it just doesn't get it, so I'm forced to restart the server. This is quite annoying since it takes about a minute or so each time I have to restart JBoss.
So, the question is: is there any means to redeploy apps on Jboss without having to restart it?
Thanks in advance!