JOSSO

Add support for JBoss 6

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: JOSSO 1.8.5
  • Fix Version/s: JOSSO 1.8.6
  • Component/s: JBoss 6.0 Agent

Activity

Hide
Gianluca Brigandi added a comment - 02/Aug/11 4:15 PM
The JBoss 6 support is based on the JBoss 5 (JASPI) Agent, whereas the installation procedure differs.

Therefore, use the following commands to install under jboss 6 :

For installing the gateway under JBoss 6 run :

$ gateway install -t $JBOSS_HOME --platform jb6

For installing the agent under JBoss 6 run :

$ agent install --target $JBOSS_HOME --jboss-instance default --platform jb6

For installing the sample applications run :

$ samples install --target $JBOSS_HOME --platform jb6
Show
Gianluca Brigandi added a comment - 02/Aug/11 4:15 PM The JBoss 6 support is based on the JBoss 5 (JASPI) Agent, whereas the installation procedure differs. Therefore, use the following commands to install under jboss 6 : For installing the gateway under JBoss 6 run : $ gateway install -t $JBOSS_HOME --platform jb6 For installing the agent under JBoss 6 run : $ agent install --target $JBOSS_HOME --jboss-instance default --platform jb6 For installing the sample applications run : $ samples install --target $JBOSS_HOME --platform jb6

People

Dates

  • Created:
    25/Jul/11 3:58 PM
    Updated:
    02/Aug/11 4:15 PM
    Resolved:
    02/Aug/11 4:15 PM