Sunday, September 14, 2014

JBoss Developer Studio Installation And Configuration

Download

Jboss Studio can be downloaded at here

Usage

The Jboss studio is a eclipse! Not much difference if you know eclipse.

Start Multiple Runtimes

Run Multiple JBoss 7 Instances on the same server Start Server with all port adding 1000 ./standalone.sh -Djboss.socket.binding.port-offset=1000 Run Server in the background nohup ./standalone.sh -Djboss.socket.binding.port-offset=1000 >$JBOSS_HOME/log/standalone.log 2>$JBOSS_HOME/log/jboss.out &

No comments:

Post a Comment

Anypoint Studio Error: The project is missing Munit lIbrary to run tests

Anypoint Studio 7.9 has a bug. Even if we following the article: https://help.mulesoft.com/s/article/The-project-is-missing-MUnit-libraries-...