| Author |
How to run remote command from a JSP
|
Aruneesh Salhotra
Ranch Hand
Joined: May 12, 2004
Posts: 167
|
|
How to run remote command from a JSP. I am automating my build scripts, using a JSP, and I would like to run a remote command from a JSP, and also have a way to show (if possible) the progress of the build log. Regards Aruneesh
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
|
You'll have to explain what you mean by 'remote command'.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Aruneesh Salhotra
Ranch Hand
Joined: May 12, 2004
Posts: 167
|
|
|
Remote Command : I want to run a command on the remote server using plink(this is the command line version of putty ssh).
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
|
While this is not the type of thing I'd do directly from a JSP, if you are going to put the necessary Java on a JSP page, it'd be done no differently than using the same APIs from any other Java program.
|
 |
 |
|
|
subject: How to run remote command from a JSP
|
|
|