Unix and Linux Discussions Tagged with domains |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
30 |
8,026 |
Shell Programming and Scripting |
|
|
|
3 |
3,152 |
Shell Programming and Scripting |
|
|
|
2 |
3,751 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
2,169 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
4,225 |
News, Links, Events and Announcements |
|
|
|
29 |
47,536 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
6,418 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,671 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,304 |
IP Networking |
|
|
|
2 |
4,297 |
IP Networking |
|
|
|
7 |
140,528 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
2,481 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,045 |
UNIX for Dummies Questions & Answers |
asadmin-list-domains(1AS) User Commands asadmin-list-domains(1AS)
NAME
asadmin-list-domains, list-domains - lists the domains in the given domains directory
SYNOPSIS
list-domains [--domaindir install_dir/domains] [--terse=false] [--echo=false]
list-domains lists the domains in the given domains directory. This command is supported in local mode only.
OPTIONS
--domaindir directory where the domains are located. If specified, path must be accessible in the filesystem. If not specified,
the domains in the default install_dir/domains directory are listed.
--terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well-
formatted data for consumption by a script.
--echo setting to true will echo the command line statement on the standard output.
Example 1: Using list-domains
asadmin> list-domains
List of domains:
domain1 running
samples not running
Where: the domain1 and samples are listed and their status printed.
EXIT STATUS
0 command executed successfully
1 error in executing the command
asadmin-create-domain(1AS), asadmin-delete-domain(1AS), asadmin-start-domain(1AS), asadmin-stop-domain(1AS)
J2EE 1.4 SDK March 2004 asadmin-list-domains(1AS)