Skip to content

Instantly share code, notes, and snippets.

@sgilda
sgilda / helloworld-jdg-server1log
Created October 11, 2012 14:54
Server1 log for helloworld-jdg
sgilda@sgilda-T510 ~/tools/jboss-as-7.1.1.Final-1 $ bin/standalone.sh
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/sgilda/tools/jboss-as-7.1.1.Final-1
JAVA: /home/sgilda/JDKs/jdk1.6.0_33/bin/java
JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml
@sgilda
sgilda / helloworld-jdg-server2log
Created October 11, 2012 14:49
Server2 log for helloworld-jdg
sgilda@sgilda-T510 ~/tools/jboss-as-7.1.1.Final-2 $ bin/standalone.sh -Djboss.socket.binding.port-offset=100
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/sgilda/tools/jboss-as-7.1.1.Final-2
JAVA: /home/sgilda/JDKs/jdk1.6.0_33/bin/java
JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml
tasks (pom-fixes) $ mvn clean test -Parq-jbossas-remote
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss AS Quickstarts: Tasks 7.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-tasks ---
[INFO] Deleting /home/sgilda/Quickstarts/quickstart/tasks/target
[INFO]
kitchensink-ear (pom-fixes) $ mvn jboss-as:deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JBoss AS Quickstarts: Kitchensink EAR
[INFO] JBoss AS Quickstarts: Kitchensink EAR: EJB Module
[INFO] JBoss AS Quickstarts: Kitchensink EAR: WAR Module
[INFO] JBoss AS Quickstarts: Kitchensink EAR: EAR Module
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
@sgilda
sgilda / TableRenderingBug.md
Created March 7, 2012 20:08
Markdown bug rendering tables

Table Rendering Bug

This document contains 2 sections.

@sgilda
sgilda / README.md
Created February 28, 2012 15:28 — forked from pmuir/README.md

JBoss AS Quickstarts

Introduction

The quickstarts included in this distribution were written to demonstrate Java EE 6 and a few additional technologies. They provide small, specific, working examples that can used as a reference for your own project.

These quickstarts run on both JBoss Enterprise Application Platform 6 and JBoss AS 7. If you want to run the quickstarts on JBoss Enterprise Application Platform 6, we recommend using the JBoss Enterprise Application Platform 6 zip file. This version uses the correct dependencies and ensures you test and compile against your runtime environment.