| Author |
How to call unix shell script through servlet
|
Sundar Subramanian
Greenhorn
Joined: Oct 19, 2005
Posts: 3
|
|
|
How to call unix shell script through servlet. Is it possible to call a native method which invokes a shell script?.
|
Sundar.S
|
 |
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
|
|
You need something like the following in your servlet. Read the API for more info. Runtime.getRuntime().exec("yourshellscript.ksh")
|
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
|
 |
 |
|
|
subject: How to call unix shell script through servlet
|
|
|