java - Eclipse Indigo, Glassfish 3.1.1 plugin debug issue -
I have eclipsed myself and started using the open source glassfish plugin with a new version of the Glassfish server. This sailing was not easy but I'm walking up and running. My question is, when I start the Glassfish server on debug mode, and I make a change to a Java file, then it restarts the entire app which does not make me happy
Myeclipse world In, this explosion will be deployed and I will be able to correct the code and can debug and work without restarting the app. This is definitely Myeclipse 8.6 and Glassfish v2.
Am I missing something or is this action provided by myeclipse only?
With Eclipse-controlled servers, if you publish applications on your server in Elysees, eclipse Keeps track of Java automatically changes the app on changes and changes in the code.
If you point out your glassfish server configuration on your application, then it acts as an application deployment directory (it can be done with jabos, not sure about glassfish ), Eclipse no longer monitors changes and will not automatically redistribute I am able to make changes in Java classes, while the server is on and 75% of my changes Have.
Another option would be to use a tool that changes without changing any and all of the Java, such as that which works in Eclipse.
Comments
Post a Comment