Skip to content

codigo5/heroku-buildpack-wildfly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Wildfly Buildpack + MySQL module

This is a Heroku Buildpack for running Wildfly AS.

Usage

  1. Set the MySQL env variables:
  • MYSQL_DB_HOST # e.g. jdbc:mysql://127.0.0.1:3306/gsf_project?useLegacyDatetimeCode=false&serverTimezone=UTC
  • MYSQL_DB_USER # e.g. root
  • MYSQL_DB_PASS # e.g. root
  1. Put your WAR file(s) in target/ and deploy.

Using with the Java buildpack

You can use the standard Heroku Java buildpack to compile your WAR file, and then have Wildfly run it:

$ heroku buildpacks:clear
$ heroku buildpacks:add heroku/java
$ heroku buildpacks:add https://github.com/codigo5/heroku-buildpack-wildfly

Then deploy your Maven project with a pom.xml, Heroku will run the Java buildpack to compile it, and as long as you output a target/*.war file the Wildfly buildpack will run it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%