Java ES Prague Team Blog Java ES Prague Team

Friday Mar 28, 2008

JBoss 4.x
--------------

- unzip JBoss AS package (http://surfnet.dl.sourceforge.net/sourceforge/jboss/jboss-4.2.2.GA.zip)
- unzip opensso.war to <jboss>/server/default/deploy/opensso.war/ directory  (because of lost of configuration issue)
- run JBoss Application Server
  $ <jboss>/bin/run.sh -b <host> (eg. /opt/jboss-4.2.2.GA/bin/run.sh -b meuse.czech.sun.com).
Note: -b switch is necessary: without it, it does not work with FQDM
- configure FAM (http://<host>:8080/opensso) (if you configure it from localhost, don't type in the browser http://localhost:, but use the FQDM) **
- restart JBoss
  (Ctrl-C in console where you started JBoss and run again or <jboss>/bin/shutdown.sh and run)

**= FAM remembers via which address you access it at configuration time and tries to use it later, so when I configure it by using "127.0.0.1:8080/opensso" form local machine and use FQDM later, it doesn't work, it uses "127.0.0.1" for all subpages, which of course doesn't work from outside. So it's necessary to configure it using FQDM.


Powered by ScribeFire.

Comments:

It seems lack of information to me, If wrong I'm sorry.

Posted by rohith on September 22, 2009 at 01:14 PM CEST #

Hi Rohith. This entry is quite old now: it was probably done with OpenSSO b5 or something. We are now in OpenSSO Express Build 8, and it is quite different. What you can do maybe is to check out the release notes and the help for the latest release of OpenSSO: http://wikis.sun.com/display/OpenSSO/OpenSSO+Express+8+Release+Notes. More docs on http://wikis.sun.com/display/OpenSSO/Sun+OpenSSO+Documentation.

You can see as well here (http://blogs.sun.com/jespraha/entry/supported_containers_and_os_for) that with OpenSSO Express Build 8 only JBoss 5.1 is supported.

Posted by 192.9.112.196 on September 23, 2009 at 01:52 PM CEST #

Post a Comment:
  • HTML Syntax: NOT allowed