Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Well that depends, do you want to run commands on the server that the page is being server from or an arbitrary remote server?
-
vivek78248yremote ...for eg an aws cluster
right now i created a spring boot app using sshxcute lib which runs on my local machine ...
this app runs a local tomcat server which ssh the remote linux server
it works
any other way other than sshxcute lib -
A web interface to run some Ansible playbook? An interface to trigger a Jenkins build? Given that it sounds like this has no specific purpose it's very difficult to help if you ask me xD
-
Deploy a socket program at server which will accept encrypted commands and execute them.
need ideas to create an app that runs linux commands on a server from a web page.
i have tried sshxcute lib of java to do the same .it works
any other ideas
undefined