i have been trying to run a maven project as dynamic web project in local server to get hot re-deployment feature, which is currently not available appengine maven plugin with eclipse
i referred : https://developers.google.com/appengine/docs/java/webtoolsplatform
this project works fine when running using mvn:appengine devserver command, but we i tried to run on local server, i get the following error
Error occurred during initialization of VM
agent library failed to init: instrument
Error opening zip file or JAR manifest missing : /Volumes/My
any idea what this error means?
Note: the ultimate goal was to some how synchronous changes in src war folder to be present in target directory to avoid stopping and starting server for every changes
any solutions to solve this issue is most welcome!
Thanks