Q&A

Q1:What is the exact syntax for shutting down the server through the command prompt?
A1: If your server name is myserver, then with the user ID user and password password, the following command would shut down the server:
java weblogic.Admin -username user -password password SHUTDOWN myserver 
Q2:What is permitter authentication?
A2: This kind of authentication uses identity assertion instead of user ID and password. Identity assertion uses tokens that are client-supplied and are associated with user names.
Q3:What happens if the classpath for the database driver is not set in the DOS window from which you are attempting to start the WebLogic Server?
A3: If you don't have any elements configured that use the database drivers, you won't have ...

Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.