Skip to content

Vagrant configuration for a Java web app dev environment against Oracle

License

Notifications You must be signed in to change notification settings

ojintoad/vagrant-java-oracle-webdev

Repository files navigation

#vagrant-java-oracle-webdev

This is a vagrant configuration for setting up a box with a development environment for creating Java web applications against Oracle.

From puppet labs though could probably be replaced with another version pretty easily.

Rather than OpenJDK. Currently uses 1.7.0_75.

Includes the management console, documentation, and demo web apps. The management console's username and password is set to tomcat and password.

This must be downloaded separately currently as it requires an oracle account to obtain AFAICT. If someone has a hack to download this in some way without an oracle account, I'd be happy to employ it. It should be expanded so the Disk1 directory extracts to the working directory

In order to not conflict with Tomcat, the port for the Axis web app is set to 8090. It also uses a found sql script to disable authentication against Axis.

General notes

The following table describes the ports that are opened on the guest vm and the forwarded posts on the host machine (other than ssh):

PurposeGuest PortHost Forwarded Port
Tomcat80802280
Axis80902290
Oracle Access15211521

About

Vagrant configuration for a Java web app dev environment against Oracle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages