you can continue working with mac / intelliJ to edit and compile the project files to run it, it will depend on what you use.
- To synchronize files between your os and vm, you must configure the roaming folder synchronization between the two machines.
Suppose you run your project on mac under /Users/name/project/myproject, this project is configured for intelliJ so that you can run from IntelliJ and compile from there. add this to your vagrantfile
config.vm.synced_folder "/Users/name/project/myproject", "/project"
It will create a directory /projectin your vm.
- , . ,
Tomcat remote Run IntelliJ, , vm, Tomcat, vm. Tomcat Webapps (sync_folder symlink), .