eclipse - How to change project properties to run locally? -


i working on cvs in web project on eclipse, in address bar see: http://remote server address:8080/myproject/.

when needed test changes, had synchronize , commit able test.

i want have own version of project on workspace different server, , address bar looks like: http://localhost:8080/myproject/index.jsp.

i tried copy , paste, whenever put in workspace detects address of server.

you need change server location, right click on project click run server , select local tomcat server , done. whenever done testing commit code. if doubt update here.


Comments

Popular posts from this blog

tcpdump - How to check if server received packet (acknowledged) -