Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.73 KB

container-jboss.md

File metadata and controls

32 lines (26 loc) · 1.73 KB

JBoss Container

The JBoss Container allows servlet 2 and 3 web applications to be run. These applications are run as the root web application in a JBoss container.

Detection CriterionExistence of a WEB-INF/ folder in the application directory and Java Main not detected
Tags jboss=⟨version⟩
Tags are printed to standard output by the buildpack detect script

In order to specify Spring profiles, set the SPRING_PROFILES_ACTIVE environment variable. This is automatically detected and used by Spring.

Configuration

For general information on configuring the buildpack, refer to Configuration and Extension.

The container can be configured by modifying the config/jboss.yml file in the buildpack fork. The container uses the Repository utility support and so it supports the version syntax defined there.

Name Description
repository_root The URL of the JBoss AS repository index (details).
version The version of JBoss AS to use. Candidate versions can be found in [this listing][].