Sign inSign up

andreptb/jboss-as

By andreptb

Updated about 10 years ago

Debian Jessie based image with legacy versions of JBoss AS, families 4.x and 5.x

Image
8

50K+

andreptb/jboss-as repository overview

JBossAS Docker image

This is a Dockerfile with JBoss application server. Encompasses legacy versions of JBoss application server, currently providing images for families 4.X and 5.X. If you wish to use latest versions (which is now called WildFly), please use andreptb/wildfly image.

Important: Only jboss-4.2.3.GA image contains Apache Ant build tool.

JBossAS Documentation

Though some of the documentation do not apply because of Docker, you may find useful information here.

Usage

To boot with default command line args

docker run -it -p 8080:8080 andreptb/jboss-as

To boot with a different configuration name (or any other valid command line arg)

docker run -it -p 8080:8080 andreptb/jboss-as /opt/jboss/jboss4/bin/run.sh --configuration=<name>

When started web console can be accessed at:

http://localhost:8080

License

View license information for the software contained in this image.

Supported Docker versions

This image is officially supported on Docker version 1.6.2.

Issues

If you have any problems with or questions about this image, please contact me through a GitHub issue.

Tag summary

Content type

Image

Digest

sha256:fdee74583

Size

373.3 MB

Last updated

about 11 years ago

docker pull andreptb/jboss-as