Custom JSP tag. This tag lets you execute scripts on your host.
For example (on NT):
If your script prints some data you may save them in the page scope variable:
Tags are:
runScript
Executes the given script (shell command) on your host. Parameters are:
1) command executed command
2) id Optional parameter. Describes name for the page scope variable (type is java.lang.String).
3) asynch Optional parameter. Describes execution mode. Possible values are true or false.
Default value is false. If you set this value to true command
will be executed in the separate thread.
for downloading:
Library: hosttag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.