Is there any difference between these two approaches while debugging the Application
When we put debug points and deploy using Eclipse maven Plugin
and by this approach
creating a server instance in the Eclipse IDE ( starting it in the debug mode) and putting the debug points under eclipse and deploying it as a war into server
Please guide me thank you very much .
You can do in both ways …rather creating a server instance in eclipse i prefer to create server externally and deploy your war file and do remote debugging..