It is a Java servlet lets you monitor your network (your servers) right from your mobile phone with WAP support. This simple tool just executes ping command on your host and displays results on your phone. You can easily add this tool to your mobile portals for example. How to use it: a) copy wappingPackage.jar into your WEB-INF/lib directory. b) define WAPping servlet in your web.xml file:
<servlet>
c) define a mapping:
<servlet-mapping>
the usage is: http://your_host/servlet/WAPping Just type IP address and press Enter. Or you may pass IP address as a parameter: http://your_host/servlet/WAPping?some_IP_address You can define common settings for this servlet
in the configuration file. Configuration file must be described as an
initial parameter for this servlet. Parameter name is config and this
parameter describes a name of text file with your settings:
<servlet>
Configuration file is a text describes user's settings in the form of parameter=value. Empty lines and any line starts with # or // are ignored. Current version supports the following list of parameters: # prefix for host commands. Default value is empty.
# ping options. Default value is empty.
For downloading: wappingPackage.jar
See also JSOS - the largest collection of servlets and filters.
|
Also in JSOS:
|