Previous Topic: Configure CA Embedded Entitlements Manager (EEM)

Next Topic: Check Library Path for CA Licensing

Check Library Path Before Starting JBoss

Note: This applies to Linux only.

Before you start JBoss, ensure that $JBOSS_HOME/bin is included in the system library path environment variable LD_LIBRARY_PATH.

If it is not included, append it to LD_LIBRARY_PATH by executing the following command:

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$JBOSS_HOME/bin; export LD_LIBRARY_PATH