Hello,
I’m developing a web application with tapestry and I’m using indifferently JBoss4 or JOnAS4 as application servers.
While I’m currently able to see runtime changes to my pages without redeploying the entire application, when pages are outside the WEB-INF directory, I have to redeploy the entire application if I work with the web application java classes.
Is there a way to use the eclipse/MyEclipseIde class loader for such application servers, so that I can avoid the entire application redeployment?
Thanks in advance,
Kiuma