MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 15 as of 2020-06-19 13:03:01
  • Java
  • JBoss5

JBoss5

  • JEE5 certified
  • https://docs.oracle.com/javaee/5/tutorial/doc/javaeetutorial5.pdf

  • Web container
  • EJB container

jeeContainers.png

wget http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/jboss-5.1.0.GA.zip
unzip  jboss-5.1.0.GA.zip


nano Dockerfile
docker build -t docker_test . 
mkdir target
docker run -d -P --name test_container1  --mount type=bind,source="$(pwd)"/target,target=/app  docker_test 
mv ~/jboss-5.1.0.GA.zip target/
docker exec -it test_container1 bash

apt install unzip openjdk-8-jdk net-tools
cd /app
unzip jboss-5.1.0.GA.zip
cd /app/jboss-5.1.0.GA/bin
./run.sh
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01