When you
apply the third maintenance release for SAS 9.2, JMS security is turned
off by default. To turn on JMS security, you must set the
-Dsas.jms.authentication.decorator
system property to
true in the start-up script of the application server or in the WebLogic
Server Administration Console (if you start your servers from this
console). Complete the steps that are appropriate for your site. If
you turn on JMS security, then you must also complete the steps in
Configure JMS Security.
-
To turn on JMS security by using
the start-up script for your application server, change the value
of the
-Dsas.jms.authentication.decorator
system property to
true
.
If SAS automatically
configured your Web application servers when you applied the third
maintenance release for SAS 9.2, then use the command line options
in setDomainEnv.cmd (for Windows environments) and setDomainEnv.sh
(for UNIX environments). The start-up script is located in the
bin
directory of the WebLogic domain.
-
To turn on JMS security by using
the WebLogic Server Administration Console:
-
In the
Domain
Structure panel, select
EnvironmentServers. A list of the available
servers appears.
-
From the
Summary of Servers page, select a server. A page that
lists the current settings for that server opens.
-
Click the
Server Start tab.
-
In the
Change
Center panel, click
Lock and Edit. Now, you can edit the server settings.
-
In the
Arguments field, change the value of the
-Dsas.jms.authentication.decorator
system property to
true
. Click
Save.
-
In the
Change
Center panel, click
Activate Changes.
-
Restart the server for
the changes to take effect.
-
Repeat these steps for
each server on the Summary of Servers page.