asadmin-stop-appserv(1AS) User Commands asadmin-stop-appserv(1AS)NAME
asadmin-stop-appserv, stop-appserv - stops the domains inthe specified directory
SYNOPSIS
stop-appserv [--domaindir install_dir/domains] [--terse=false] [--echo=false]
This command has been deprecated. Please use stop-domain to stop the domains in the specified or default domains directory. stop-appserv
stops the domains in the specified or default domains directory. If the domains directory is not specified, the domains in the default
domains directory are stopped. The default domains directory is install_dir/domains. This command can only be run locally.
OPTIONS --domaindir directory where the domains are stopped. If specified, path must be accessible in the filesystem. If not specified,
the domain is stopped in the default install_dir/domains directory.
--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.
EXIT STATUS
0 command executed successfully
1 error in executing the command
asadmin-create-domain(1AS), asadmin-start-domain(1AS), asadmin-stop-domain(1AS), asadmin-delete-domain(1AS), asadmin-list-domains(1AS)J2EE 1.4 SDK March 2004 asadmin-stop-appserv(1AS)
Check Out this Related Man Page
asadmin-stop-appserv(1AS) User Commands asadmin-stop-appserv(1AS)NAME
asadmin-stop-appserv, stop-appserv - stops the domains inthe specified directory
SYNOPSIS
stop-appserv [--domaindir install_dir/domains] [--terse=false] [--echo=false]
This command has been deprecated. Please use stop-domain to stop the domains in the specified or default domains directory. stop-appserv
stops the domains in the specified or default domains directory. If the domains directory is not specified, the domains in the default
domains directory are stopped. The default domains directory is install_dir/domains. This command can only be run locally.
OPTIONS --domaindir directory where the domains are stopped. If specified, path must be accessible in the filesystem. If not specified,
the domain is stopped in the default install_dir/domains directory.
--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.
EXIT STATUS
0 command executed successfully
1 error in executing the command
asadmin-create-domain(1AS), asadmin-start-domain(1AS), asadmin-stop-domain(1AS), asadmin-delete-domain(1AS), asadmin-list-domains(1AS)J2EE 1.4 SDK March 2004 asadmin-stop-appserv(1AS)
Does Anyone know how to create domains ahead of another domain?
example
http://domain.example.com
Any Information would be of great help.
Thank you. (2 Replies)
Hi
I was wondering if anyone knew the answer to this question?
I am trying to find a way of executing a command if a certain file is created in the same directory.
One way I thought about doing this was to create a FORTRAN program that continually searches for this file. If the file... (8 Replies)
Hi,
I 've a M5000 system with 2 domains configured on it. How can i move the DVD from one domain to the other ? so that i can access the drive in the second domain. cfgdevice -l does not work on M5000 (6 Replies)
Hi there:
I am currently using Kerberos on Solaris 9 to autenticate using windows active directory. It is working fine, however, we just were made aware that instead of one domain, we have multiple. We configured one real with only one domain, however, I need the autentication process to also... (3 Replies)
Hello Everyone!
I trust you are off to a great week! Trying to output the name and count of each uniquely occurring domain in the current directory for a portion of a script I'm building.
Here's what I'm stuck on:
- Need to find UNIQUE occurences of domains (*@domain.com) in ALL files in... (4 Replies)
Hi,
I am cutting data from a fixed length test file and then writing out a new record using the echo command, the problem I have is how to stop multiple spaces from being written to the output file as a single space.
Example:
cat filea | while read line
do
field1=`echo $line | cut -c1-2`
... (6 Replies)
Hi there,
I have configured sendmail in AIX 6.1 and able to send emails to most of the domains like yahoo and gmail. But certain domains are denying to verify my domain probably due to the masquarding not happening correctly. Following are some logs of sendmail command.... (9 Replies)
I want to print the domain:ip for a list of domains in a text file.
the problem is godaddy has blocked the domains so the result of a ping is like this:
PING domain.com (68.178.232.99): 56 data bytes
--- domain.com ping statistics ---
1 packets transmitted, 0 packets received, 100.0%... (4 Replies)
Hi All,
I am trying to run a script which will search for 2 strings(stopped,started) in a text file and echo an output depending on below condition
-bash-3.2$ cat trial1.txt
v
ggg
f
-bash-3.2$ cat trial1.sh
VAR9=` grep 'stopped' /tmp/trial1.txt`
VAR10=` grep 'started'... (4 Replies)
I'm trying to stop reading a file until the end of the file is reached or a defined delimiter line is reached. Some how I need to test the fail state of the last 2 commands, not just the last command.
echo -e "hello\ngoodbye\n####\ntesting" | while read line; ]; do echo "$line"; done
hello... (4 Replies)
Good morning,
At the client location
os is CentOS. In all the terminals i.e F1, F2, F3....F10 PING command is continuously running. I tried to terminate it using CTRL C or quit but unable to stop that command in all the terminals. How to stop that? Howto find batch files which are being... (3 Replies)