|  |  |  | 
NAME
|  | show-component-status - displays the status of the deployed component |  
 SYNOPSIS
|  | show-component-status --user admin_user [ --password admin_password ] 
[ --host localhost ] [ --port 4848 ] 
[ --secure|-s ] [ --passwordfile filename ] 
[ --terse=false ] [ --echo=false ] [ --interactive ] component_name |  
 
|  | 
show-component-status gets the status of the deployed component. The status is a string representation returned by the server. The possible status strings include: enabled or disabled. This command is supported in remote mode only. |  
 
|  | 
--userauthorized domain application server administrative username.--passwordpassword to administer the domain application server.--hostmachine name where the domain application server is running.--portport number of the domain application server listening for administration requests.--secureif true, uses SSL/TLS to communicate with the domain application server.--passwordfilefile containing the domain application server password.--terseindicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well-formatted data for consumption by a script.--echosetting to true will echo the command line statement on the standard output.--interactiveprompts you for the required options that are not already specified. |  
 
|  | 
component_name
name of the component to be listed. |  
 
|  | Example  1. Using show-component-status 
|  | 
|  | asadmin> show-component-status sampleApplication
Status of sampleApplication is enabled |  Where: the status of the sampleApplication application is shown. |  |  
 
|  | 
0command executed successfully1error in executing the command |  
 
 
Company Info
  |  
Contact 
  |  
Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
 
 |