Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
User Commandsverify-domain-xml(1)


NAME

 verify-domain-xml - verifies the content of the domain.xml file

SYNOPSIS

 verify-domain-xml [--terse=false] [--echo=false] [--help] [--verbose=false] [--domaindir install_dir/domains] [domain_name]

DESCRIPTION

Verfies the content of the domain.xml file.

OPTIONS

-t --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.

-e --echo

Setting to true will echo the command line statement on the standard output. Default is false.

-h --help

Displays the help text for the command.

--verbose

Turns on verbose debugging mode if true. The default is false.

--domaindir

Specifies the directory where the domains are located. The path must be accessible in the file system. The default is the value of the $AS_DEF_DOMAINS_PATH environment variable. This variable is defined in asenv.bat/conf. The default value of this variable is install_dir/domains.

OPERANDS

domain_name

Specifies the name of the domain. The default is domain1.

EXAMPLES

Example 1. Using verify-domain-xml
asadmin> verify-domain-xml --verbose=true domain1
Element: applications
Error: J2eeApplication Module does not contains application name 'MEjbApp'
       J2eeApplication Module does not contains application name '__ejb_container_timer_app'

EXIT STATUS

0

command executed successfully

1

error in executing the command


J2EE SDK 1.4Go To TopLast Changed 31 Jan 2005