Unix and Linux Discussions Tagged with http |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
12,046 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,790 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
10,884 |
Web Development |
|
|
|
0 |
5,158 |
What is on Your Mind? |
|
|
|
1 |
2,901 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
36,049 |
Proxy Server |
|
|
|
1 |
3,036 |
Shell Programming and Scripting |
|
|
|
1 |
5,107 |
Web Development |
|
|
|
2 |
3,258 |
Red Hat |
|
|
|
0 |
4,250 |
Programming |
|
|
|
0 |
3,755 |
IP Networking |
|
|
|
0 |
5,947 |
Web Development |
|
|
|
1 |
5,475 |
BSD |
|
|
|
2 |
7,818 |
Red Hat |
|
|
|
0 |
1,783 |
Software Releases - RSS News |
|
|
|
0 |
1,649 |
Software Releases - RSS News |
|
|
|
1 |
3,554 |
Solaris |
|
|
|
0 |
1,857 |
Software Releases - RSS News |
|
|
|
2 |
8,943 |
Programming |
|
|
|
1 |
4,388 |
Solaris |
|
|
|
0 |
1,645 |
Software Releases - RSS News |
|
|
|
1 |
4,790 |
IP Networking |
|
|
|
0 |
1,642 |
Software Releases - RSS News |
|
|
|
6 |
13,111 |
Solaris |
|
|
|
0 |
1,629 |
Software Releases - RSS News |
|
|
|
2 |
7,885 |
Programming |
|
|
|
0 |
2,558 |
Solaris BigAdmin RSS |
|
|
|
6 |
9,487 |
Programming |
|
|
|
0 |
1,691 |
Software Releases - RSS News |
|
|
|
0 |
1,934 |
Software Releases - RSS News |
|
|
|
0 |
1,481 |
Software Releases - RSS News |
|
|
|
0 |
2,891 |
UNIX and Linux RSS News |
|
|
|
0 |
1,943 |
Software Releases - RSS News |
|
|
|
0 |
1,517 |
Software Releases - RSS News |
|
|
|
0 |
1,567 |
Software Releases - RSS News |
|
|
|
8 |
19,711 |
Cybersecurity |
|
|
|
0 |
1,851 |
Software Releases - RSS News |
|
|
|
0 |
1,637 |
Software Releases - RSS News |
|
|
|
1 |
11,282 |
Programming |
|
|
|
0 |
1,742 |
Software Releases - RSS News |
asadmin-list-http-listeners(1AS) User Commands asadmin-list-http-listeners(1AS)
NAME
asadmin-list-http-listeners, list-http-listeners - gets the HTTP listeners
SYNOPSIS
list-http-listeners --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--secure|-s] [--passwordfile filename]
[--terse=false] [--echo=false] [--interactive=true]
Gets the HTTP listeners. This command is supported in remote mode only.
OPTIONS
--user authorized domain application server administrative username.
--password password to administer the domain application server.
--host machine name where the domain application server is running.
--port port number of the domain application server listening for administration requests.
--secure if true, uses SSL/TLS to communicate with the domain application server.
--passwordfile file containing the domain application server password.
--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. Default is false.
--echo setting to true will echo the command line statement on the standard output. Default is false.
--interactive if set to true (default), only the required password options are prompted.
Example 1: Using list-http-listeners
asadmin> list-http-listeners --user admin1 --password adminadmin1
--host pigeon --port 5001
http-listener-1
http-listener-2
admin-listener
Command list-http-listeners executed successfully
EXIT STATUS
0 command executed successfully
1 error in executing the command
asadmin-create-http-listener(1AS), asadmin-delete-http-listener(1AS)
J2EE 1.4 SDK March 2004 asadmin-list-http-listeners(1AS)