BEA WebLogic Server 7 Instrukcja Obsługi Strona 499

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 545
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 498
WebLogic Server Connection Pools Administration Command Reference
Administration Guide B-35
EXISTS_POOL
Tests whether a connection pool with a specified name exists in the WebLogic Server.
You can use this method to determine whether a dynamic connection pool has already
been created or to ensure that you select a unique name for a dynamic connection pool
you want to create.
Syntax
java weblogic.Admin [Connection and User Credentials Arguments]
EXISTS_POOL poolName
Example
In the following example, a user with the name adminuser and the password
gumby1234 runs the EXISTS_POOL command to determine wether or not a pool with a
specific name exists:
java weblogic.Admin -url localhost:7001 -username adminuser
-password gumby1234 EXISTS_POOL myPool
Argument Definition
poolName
Name of connection pool.
Przeglądanie stron 498
1 2 ... 494 495 496 497 498 499 500 501 502 503 504 ... 544 545

Komentarze do niniejszej Instrukcji

Brak uwag