The WebAssistant
can be started with parameters. The parameters can be give up or the parameters
can be read from a resource file.
So the WebAssistant
can be started about different bat-files or links with different configurations.
You get an overview of the start parameters with:
java -jar MM3-WebAssistant.jar help
For example one application possibility is, the communication between
WebAssistant
and the browser put on another port.
java -jar MM3-WebAssistant.jar port=8081
It would be a further application case to create different configurations of the assistant. For example for the Provider A without proxy and for the Provider B with proxy.
Call with parameter for Provider A:
java -jar MM3-WebAssistant.jar isProxyHttp=no
Call with parameter for Provider B:
java -jar MM3-WebAssistant.jar isProxyHttp=yes
proxyHttpUrl=http://proxy.serverB.com proxyHttpPort=80
Call with resource file for Provider A:
java -jar MM3-WebAssistant.jar resource=ProviderA.txt
Resource-File: ProviderA.txt
isProxyHttp=no
Call with resource file for Provider B:
java -jar MM3-WebAssistant.jar resource=ProviderB.txt
Resource-File: ProviderB.txt
isProxyHttp=yes
proxyHttpUrl=http://proxy.serverB.com
proxyHttpPort=80
The results put in bracket indicate the standard values.
parameter | possible values | description |
help | ||
version | ||
resource | file name (path if necessary inclusive) | |
Surf mode | ||
isOnline | [yes], no | |
htmlReloadTime | [always], 1min, 5min, 10min, 30min, 1h, 6h, 12h, 1day, 1week, 1month, never | Only in Professional Edition |
gifReloadTime | [always], 1min, 5min, 10min, 30min, 1h, 6h, 12h, 1day, 1week, 1month, never | Only in Professional Edition |
Surf Set/Cache Archive | ||
isStore | [yes], no | |
isZip | yes, [no] | Only in Professional Edition |
cacheActive | ||
cacheDeactive | ||
Surf Set/Marker | ||
isLocalLinkOffline | [yes], no | |
isLocalLinkOnline | yes, [no] | |
localLinkMark | [standard], manual | |
localLinkManual | ||
Surf Set/Marker | ||
isChangeText | [yes], no | |
changeTextMark | [standard], manual | |
changeTextManual | ||
Surf
Set/Frett Only in Professional Edition |
||
frettDepth | [0], 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | |
frettFollow | [directory], subdomain, domain, all | |
isFrettLinkAll | yes, [no] | |
isFrettLinkImg | yes, [no] | |
isFrettLinkPdf | yes, [no] | |
isFrettLinkZip | yes, [no] | |
Surf
Set/URL Filter Only in Professional Edition |
||
isFilter | yes, [no] | |
filterDomain | ||
filterSubDomain | ||
filterDir | ||
filterFile | ||
Surf
Set/Session Filter Only in Professional Edition |
||
isSession | [yes], no | |
sessionFilter | ||
Surf Set/HTTP protocol | ||
isProxyHttp | yes, [no] | |
proxyHttpUrl | ||
proxyHttpPort | [80] | |
httpVersion | HTTP/0.9, HTTP/1.0, [HTTP/1.1] | |
referer | [yes], no, inDomain | |
userAgent | yes, no, [manual] | |
isUserAgentAdd | [yes], no | |
userAgentManual | [MM3-WebAssistant] | |
isCookToServer | [yes], no | |
isCookFromServer | [yes], no | |
Surf Set/HTTPS
protocol Only in Professional Edition |
||
isProxyHttps | yes, [no] | |
proxyHttpsHost | ||
proxyHttpsPort | [443] | |
isHttpsTransform | [yes], no | |
isHttpsSSLServer | [yes], no | |
httpsSSLServerPort | [8888] | |
Surf Set/FTP protocol | ||
isProxyFtp | yes, [no] | |
proxyFtpHost | ||
proxyFtpPort | [21] | |
ftpPassword | [WebAssistant], email, manual | |
ftpPasswordManual | ||
Main
Menu Only in Professional Edition |
||
isProtocolBrowser | [yes], no | |
isProtocolFrett | yes, [no] | |
isProtocolErr | [yes], no | |
Options/General Only in Professional Edition |
||
isClientServerFrame | yes, [no] | |
isDisplayStatistic | yes, [no] | |
isDisplayProtocol | yes, [no] | |
Options/General/URL
History Only in Professional Edition |
||
isHistoryOnline | yes, [no] | |
isHistoryOffline | yes, [no] | |
isHistoryMessage | yes, [no] | |
Options/General/Proxy Server | ||
host | [127.0.0.1] | Only in Professional Edition |
port | [8080] | |
Options/General/Rights
of access Only in Professional Edition |
||
access | [local], public, ip | |
accessIpFrom | ||
accessIpTo | ||
browserProgram | [] | |
isBrowserStart | yes, [no] | |
startPage | [http://ls] | |
language | [en], de | |
isJavaScript | yes, [no] | |
fontSize | 7, 8, 9, 10, 11, [12], 13, 14, 15, 16, 17, 18, 19, 20 | |
Options/Navigation/Siedbar Only in Professional Edition |
||
isIESearchWindow | yes, [no] | |
IESearchWindowURL | [http://ie.search.msn.com/de/srchasst/srchasst.htm] | |
toolTipInitialDelay | [750] | |
toolTipDismissDelay | [300000] | |
toolTipReshowsDelay | [750] | |
Options/Update Only in Professional Edition |
||
isAutoUpdate | [yes], no | |
autoUpadate | [week], month | |
Mirror Only in Professional Edition |
||
isMirrorProtocol | [yes], no | |
mirrorFileName | standard, [individuel] |