Skip to content

A basic starting point for running a Java Web Application environment with vagrant

Notifications You must be signed in to change notification settings

j1n6/vagrant-java-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Configuration for a basic Tomcat Java Web Development

Prerequisite

Install the following dependencies.

Packages

  • build-essential
  • oracle Java
  • maven
  • ant
  • mysql server and client
  • tomcat

Startup

Navigate to the root of this folder. Run this command to startup the virtual environment

vagrant up

Vagrant will start initilizating and installing all the tools to this virtual machine.

Reload Vagrant setting

If you are play with any vagrant configuration, to reload simply enter:

vagrant reload

Once everything is done. you can ssh into the VM by:

vagrant ssh

Shutdown

Navigate to the root of this folder. Run this command to shutdown the VM:

vagrant destroy

About

A basic starting point for running a Java Web Application environment with vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published