quality@glassfish.java.net

White space testing

From: Visalakshi <visa_2k2_at_yahoo.com>
Date: Thu, 25 Sep 2008 14:51:39 -0700 (PDT)

Hi, I have few doubts on white space testing for glassfish v3, Can anyone please let me know on how to do it? 1.      add-resources [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] --user admin_user [--passwordfile file_name] [--target target(Default server)] xmlfilepath o    XML file path which has space Which xml file in glassfish-v3-prelude-b23?  2.      create-http-lb-ref [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4849] [--secure|-s=true] --user admin_user [--passwordfile file_name] [--lbpolicy policy] [--lbpolicymodule path-to-module] [--healthcheckerurl url] [--healthcheckerinterval interval-in-seconds] [--healthcheckertimeout timeout-in-seconds] [--lbenableallapplications] [--lbenableallinstances] --config config_name target o    path to policy module which has space       Where is the policy module located?   3.      deploy [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] --user admin_user [--passwordfile file_name] [--virtualservers virtual_servers] [--contextroot context_root] [--force=true] [--precompilejsp=false] [--verify=false] [--name component_name] [--upload=true] [--retrieve local_dirpath] [--dbvendorname dbvendorname] [--createtables=true|false | --dropandcreatetables=true|false] [--uniquetablenames=true|false] [--deploymentplan deployment_plan] [--enabled=true] [--generatermistubs=false] [--availabilityenabled=false] [--libraries jar_file[(pathseperator)jar_file]*] [--target target(Default server)] filepath o    filepath which contains space   Should I have to deploy the file inside glassfish or some files like helloworld  4.      recover-transactions [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4849] [--secure|-s=true] --user admin_user [--passwordfile file_name] [--txlogdir transaction_log_dir and --destination destination_server_name] server_name o    txlogdir which has space       What should be given for server_name & transaction_log_dir  5.     set [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] --user admin_user [--passwordfile file_name] (dotted-attribute-name=value)+ o    set some attributes with space in it          How to set dotted-attribute-name and its value?   Thanks, Sala.