Package com.sun.jini.start
Class HTTPDStatus
java.lang.Object
com.sun.jini.start.HTTPDStatus
Class which can be used to print a descriptive warning message if a codebase accessibility
problem is found.
- Author:
- Sun Microsystems, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidhttpdWarning(String codebase) Method that takes acodebaseparameter and displays a warning message if it is determined that a potential codebase accessibility problem exists.static voidCommand line interface that checks the accessability of a desired JAR file(s), given itsURLaddress.
-
Method Details
-
main
Command line interface that checks the accessability of a desired JAR file(s), given itsURLaddress. Note: The providedURL(s) cannot contain embedded spaces.- Parameters:
args-Stringarray containing the command line arguments
-
httpdWarning
Method that takes acodebaseparameter and displays a warning message if it is determined that a potential codebase accessibility problem exists.- Parameters:
codebase-Stringcontaining the codebase to poll for the existence of a running HTTP server with access to the JAR file referenced in this parameter
-