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)
Hello,
I have the following problem. I made a directory /mnt/appserv and
mounted it on a windows server. The line in /etc/fstab to do this is the following :
winoracle:/environments10g /mnt/appserv cifs defaults 0 0
I have mounted this dir as root-user.
The rights on the directory are... (1 Reply)
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)
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)
hi friends,
how can we display the different domains present in the system and also what is present inside those domains..???
---------- Post updated 06-08-10 at 08:59 AM ---------- Previous update was 06-07-10 at 04:25 PM ----------
someone answer to this question, its very... (2 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)
i want to iterate through all files in the directory, even ones that start with '.' ( i guess that means its hidden or something), but if i do
for name in *; do
echo -c "%n" $name
done
will this print all files even if it starts with a . ? (3 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)
Hi,
I wish to replace this string "/opt/app/z2c16/BBL/bea/domains/76" with this "/opt/app/bz2c1/BBL/bea/domains/DR" in a file using sed -n 's/find/replace/g' filename
Can't get it right, can anyone? (2 Replies)