I started a new job developing Java EE 6 applications with an Ubuntu workstation.
Glassfish is the main application server that I have been using for a year or so and is well acquainted with it. I also tried JBoss to debug this problem. I am developing Eclipse and also trying Netbeans to debug this problem.
- Incremental deployment 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 Glassfish tools installed for Eclipse Juno and I configured a server adapter for Glassfish. I reinstalled Glassfish (3.1.2.2).
Eclipse Auto-build is included and the target .class or .xhtml files are actually created / updated.
But these modified files are not copied to the application directory in Glassfish. They should be in an equivalent location under JBoss when used.
Glassfish> Domain> Application Configuration> Reboot enabled (but .class / .xhtml etc. don't even get there).
Many people have asked similar questions with few answers, so I donβt think I can get a solution. However, I would like to help debug this problem.
Is there any level of journal that I can increase to see what happens; or is there something else i can look at? Or any other thoughts?
Any helpful feedback was appreciated.
ps. I tried using the "incremental-deploy" tag, but I don't have enough reputation. Can anyone fix this?
source share