Configuring Vagrant with Eclipse

1 comment
If you are a developer and not a pure user yourself, you might want to setup your Eclipse IDE, so that you can debug and develop your Application in Optimized way.
We are here to tell you why we need in vagrant in our Dev environment and why we need to integrate eclipse with vagrant and and how can we integrate eclipse with vagrant.

Really it's amazing to think that wahy we need vagrant in our local.There can be different Different purpose. If you want to test your application in Different different environment manually then obviuosly you need vagrant.What vagrant will do is good question for all of us.Basically vagrant will try to create an environemnt like VM and then it can deploy our Application in particular server.

I have tried to vagrant to create an Envirinment whcih will create VM in which docker is installed and some tomcat container was running inside that VM whose webapps directory was synched to local dierctory in which generally i used to put my war file and then running restarting tomcat.

really it helps alot to test my application in different different environment.



1. Installing plugin in eclipse








1 comment :