Sign inSign up

paulosalgado/jboss5

By paulosalgado

•Updated over 5 years ago

JBoss AS 5.1.0.GA + JDK 7

Image
3

10K+

paulosalgado/jboss5 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

Size

308.7 MB

Last updated

over 5 years ago

docker pull paulosalgado/jboss5