Skip to content

isabella232/vagrant-tomcat

 
 

Repository files navigation

Configures an virtual machine with any given Java version and Tomcat instance for testing Boundary Plugin for Tomcat

Prerequistes

  • Vagrant 1.72. or later, download here
  • Virtual Box 4.3.26 or later, download here
  • git 2.3.3 or later

Installation

Prior to installation you need to obtain in your Boundary API Token.

  1. Clone the GitHub Repository:
$ git clone https://github.com/boundary/vagrant-tomcat.git
  1. Start the virtual machine using your Boundary API Token:
$ BOUNDARY_API_TOKEN=<Boundary API Token> JAVA_VERSION=<6/7/8> vagrant up <virtual machine name>

NOTE: Run vagrant status to list the name of the virtual machines.

  1. Login to the virtual machine
$ vagrant ssh <virtual machine name>

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 88.3%
  • Java 9.7%
  • Shell 1.1%
  • Batchfile 0.7%
  • CSS 0.1%
  • XSLT 0.1%