asadmin-start-appserv(1AS) User Commands asadmin-start-appserv(1AS)NAME
asadmin-start-appserv, start-appserv - starts thedomains in the specified or default domains directory
SYNOPSIS
start-appserv [--domaindir install_dir/domains] [--terse=false] [--echo=false]
DESCRIPTION
This command has been deprecated. Please use start-domain to start the domains in the specified or default domains directory. start-appserv
starts the domains in the specified or default domains direcotry. If the domains directory is not specified, the domains in the default
domains directory are started. The default domains directory is install_dir/domains. This command can only be run locally.
OPTIONS --domaindir directory where the domains are started. If specified, path must be accessible in the filesystem. If not specified,
the domains are started 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-start-appserv(1AS)
Check Out this Related Man Page
asadmin-start-appserv(1AS) User Commands asadmin-start-appserv(1AS)NAME
asadmin-start-appserv, start-appserv - starts thedomains in the specified or default domains directory
SYNOPSIS
start-appserv [--domaindir install_dir/domains] [--terse=false] [--echo=false]
DESCRIPTION
This command has been deprecated. Please use start-domain to start the domains in the specified or default domains directory. start-appserv
starts the domains in the specified or default domains direcotry. If the domains directory is not specified, the domains in the default
domains directory are started. The default domains directory is install_dir/domains. This command can only be run locally.
OPTIONS --domaindir directory where the domains are started. If specified, path must be accessible in the filesystem. If not specified,
the domains are started 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-start-appserv(1AS)
I would like to know where to find the start-up sequence for UNIX. I would like to find the command that starts the database up and do not know where to look and I'm sure there is a file that contains this info. Where is it???
Thanks in advance.
Dave. (3 Replies)
Suppose you had a bunch of domains registered with names following the scheme, 11example.com 22example.com 33example.com etc. These domains are all for virutal webhosting, and will have the same web servers with the same IPs on all of them.
The question is, because they're 2nd level domains, is... (3 Replies)
hi
i want to know the way by which i put any file somewhere and it get s started when the system restarts or bots
i mean whenever my system starts that application must also start
thanks (3 Replies)
i have a text file which domains something like this
123213213213/32434342
324324324/12312321321
12321321,435435435
12321312 / 12313213 / 12435435345
4353213 , 123213213213
21321321312-12334324
234324324 - 235645645645
456456456 - 45456456456 - 45645645654243
how can i replace '/' and... (4 Replies)
Hi all,
I wanted a write a script which will start executing whenever a particular process will starts running in a background.
Is there is any way in Unix if a directory contents changed then a signal/Interrupt will generated and by taking status of that interrupt I can execute some scripts.... (11 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)
If you were a beginner again, where would you start, what would you do differently, and what would you start learning first, etc?
...If your goal was to become a great programmer / hacker?
I am a 17 year old male who has a lot of time on his hands, plus, an eagerness to learn. However, there... (13 Replies)
There is a function called start:
start()
{
echo -n $"Sending Startup Email: "
echo "${RESTARTBODY}" | mutt -s "${RESTARTSUBJECT}" ${EMAIL}
RETVAL=$?
if ; then
touch ${LOCKFILE}
success
else
failure
fi
echo
return ${RETVAL}
}
Can anyone explain what the bold part of the... (3 Replies)
Hello,
I'm trying to strip all the subdomains from a domains list.
Let's say the list is:
----------
http://add.my.yahoo.com
ad.doubleclick.net
admin.searchhippo.com
www.advertise.about.com.br
----------
I need to get
-----------
yahoo.com
doubleclick.net
searchhippo.com... (6 Replies)
Hi all,
i have a file in that N number of domains and subdomains, from that i want to separate only main domains. without duplicate.
for example:
0008.ASIA. NS AS2.DNS.ASIA.CN.
0008.ASIA. NS AS2.DNS.ASIA.CN.
ns1.0008.asia NS AS2.DNS.ASIA.CN.
www.0008.asia NS AS2.DNS.ASIA.CN.... (11 Replies)
I am trying to build a sinkhole for BIND. I created a master zone file for malicious domains and created a separate conf file, but I am stuck.
I have a list of known bd domains that is updated nightly. The file simply contains the list of domains, one on each line:
Bad.com
Bad2.com... (4 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)