Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Windows XP
Description
1. The code to log Trace messages is not given.
2. Minor Issue - It just gives the commands "./axis2_http_server [-p PORT] [-t TIMEOUT] [-r REPO_PATH][-l LOG_LEVEL] [-f LOG_FILE]" and "$./axis2_http_server" without specifying that these commands are for linux.
It's true that anyone can understand this but it's appropriate if you could just add a line saying that these commands are used in linux.
3. At two places, it describes the default values that will be set if the simple axis server is executed without
the given options.
Here.....
port -> 9090
repository path -> ../
time_out -> AXIS2_HTTP_DEFAULT_SO_TIMEOUT (30000 s)
log_level -> AXIS2_LOG_LEVEL_DEBUG
log_file -> axis2.log
and here....
[-p PORT] use the port number PORT. The default port is 9090
[-r REPO_PATH] use the repository path REPO_PATH. The default repository path is ../
[-t SOCKET_READ_TIMEOUT] set socket read timeout to SOCKET_READ_TIMEOUT. Default timeout is 30 seconds
Is this really neccessary? I think one of these should be removed. Please comment
4. In the option descriptions (E.g.:- [-p PORT] use the port number PORT. The default port is 9090) each of them repeats PORT, REPO_PATH, SOCKET_READ_TIMEOUT, LOG_LEVEL. This is not neccessary. You can just say "use the port number" without the "PORT" part. Same for the others as well.