BEA BEA WebLogic Server User Manual Page 2

  • Download
  • Add to my manuals
  • Print
  • Page
    / 13
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 1
2
Stop SAS Web Infrastructure Platform Applications and the Application Server
In this procedure you are mostly reconfiguring Logon Manager, which is part of the SAS Web
Infrastructure Platform applications (sas.wip.apps9.2.ear). You must stop Logon Manager before you
can reconfigure it. Stopping Logon Manager prevents SAS Web applications from working because
the applications redirect unauthenticated requests to Logon Manager. To stop Logon Manager and
the WebLogic Server, follow these steps:
1. Access the WebLogic Administration Console. In a default configuration that SAS Deployment
Wizard performs, the URL is http://hostname:7501/console.
2. Select Lock & Edit and click Deployments.
3. Select the check box for sas.wip.apps9.2.ear and select Stop > Force Stop Now.
4. Select the check box again and click Delete.
5. Select Environment > Servers > SASServer1 > Control.
6. Select Shutdown > Force Shutdown Now.
Update the login.config File
Update the SAS‐config‐dir/Lev1/Web/Common/login.config file so that the aliasdomain
property is set to web. File content should resemble this example:
PFS {
com.sas.services.security.login.OMILoginModule required
"host"="fully-qualified-hostname-for-metadata‐server"
"port"="8561"
"repository"="Foundation"
"domain"="DefaultAuth"
"trusteduser"="sastrust@saspw"
"trustedpw"="encoded‐password"
"aliasdomain"="web"
"debug"="false";
};
SCS {
com.sas.services.security.login.OMILoginModule required
"host"=" fully-qualified-hostname-for-metadata‐server"
"port"="8561"
"repository"="Foundation"
"domain"="DefaultAuth"
"trusteduser"="sastrust@saspw"
"trustedpw"="encoded‐password"
"aliasdomain"="web"
"holdopenconnection"="true";
"debug"="false";
};
The default value of aliasdomain is DefaultAuth.
Page view 1
1 2 3 4 5 6 7 ... 12 13

Comments to this Manuals

No comments