jwebserv- Novell exteNd Web Services SDK Server

jwebserv is the Novell exteNd WSSDK Server.

SYNOPSIS

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
 

DESCRIPTION

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.

OPTIONS

-help
Prints 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 Novell exteNd WSSDK 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 Novell exteNd WSSDK Server will return the file specified.
-verbose
Print out runtime details, including information about deployment of new services.
-nowarn
Do not print out warning messages.

Copyright © 2001-2003, Novell, Inc. All rights reserved.