jwebserv is the jBroker Web Server.
jwebserv [options] war-files(s)where options include:
-help print out this message
-J<vm flag> pass argument to the java interpreter
-port <port> run Web Server at specified port
-urlfile <url> <file> deploy file to url
-verbose turn verbose mode on
-nowarn generate no warnings
The jwebserv program is a very light-weight Web Server that speaks HTTP 1.0. It also implements a special Web Service that allows developers to upload (deploy) Web Services using either SOAP messages or an HTML form. The WAR files specified on the command line must comply with the J2EE WAR file format.
-helpPrints out the command syntax.-J<vm flag>Pass a flag to the jvm. As an example -J-Xms100m sets the maximum heap size to 100 MB when running jwebserv.-port <port>Start the Web Server on the specified port. By default, the jBroker Web Server starts on port 9090.-urlfile <url> <file>Deploy a file to the specified URL. When ever an HTTP GET or POST command is issued for the specified URL, the jBroker Web Server will return the file specified.-verbosePrint out runtime details, including information about deployment of new services.-nowarnDo not print out warning messages.
Copyright © 2001-2002, SilverStream Software, Inc. All rights reserved.