I've started in a new job developing Java EE 6 apps with an Ubuntu workstation.
Glassfish is the main App Server I've been using for a year or so now and am quite familiar with it. I've also tried JBoss to debug this problem. I'm developing with Eclipse and have also tried Netbeans to debug this problem.
- Incremental deploy does not work for Eclipse / Glassfish.
- It works for Eclipse / JBoss.
- It works for Netbeans / Glassfish.
- It works for Eclipse / Glassfish at home on my Mac.
I have the Glassfish Tools for Eclipse Juno installed and I've set up a glassfish server adapter. I've reinstalled Glassfish (3.1.2.2).
Eclipse Auto-build is on and indeed the target .class or .xhtml files are created / updated.
But these modified files are not copied to the app directory in Glassfish. They are to the equivalent location under JBoss when using it instead.
Glassfish > Domain > Applications Configuration > Reload is enabled (but the .class / .xhtml etc are not even getting there anyway).
A number of people have asked similar questions with few replies so I don't think I will get a solution. However I would like some help in debugging this problem.
Is there any log level I can increase to see what is happening; or is there something else I can look at? Or any other thoughts?
Any helpful feedback appreciated.
ps. I tried to use the tag 'incremental-deploy' but I don't have enough reputation. Could someone fix that?
javax.enterprise.system.tools.deployment
to FiNEST and the only thing that is returned (when I'm expecting an incremental deploy to happen) isFINE: Skipping /opt/dev/glassfish3/glassfish/domains/domain1/autodeploy/bundles because its name is in the list of files to ignore
. I can't see any other LOGGER that would be relevant. – Aucoin