public class HTTPDStatus extends Object
Modifier and Type | Method and Description |
---|---|
static void |
httpdWarning(String codebase)
Method that takes a
codebase parameter and displays a warning message if it is
determined that a potential codebase accessibility problem exists. |
static void |
main(String[] args)
Command line interface that checks the accessability of a desired JAR file(s), given its
URL address. |
public static void main(String[] args)
URL
address. Note: The provided URL
(s) cannot contain embedded
spaces.args
- String
array containing the command line argumentspublic static void httpdWarning(String codebase)
codebase
parameter and displays a warning message if it is
determined that a potential codebase accessibility problem exists.codebase
- String
containing the codebase to poll for the existence of a
running HTTP server with access to the JAR file referenced in this parameterCopyright © GigaSpaces.