https://github.com/softwareag/webmethods-integrationserver-wxssh
webMethods Integration Server package to execute commands via SSH on remote machines
https://github.com/softwareag/webmethods-integrationserver-wxssh
global-presales integration-server webmethods
Last synced: about 1 year ago
JSON representation
webMethods Integration Server package to execute commands via SSH on remote machines
- Host: GitHub
- URL: https://github.com/softwareag/webmethods-integrationserver-wxssh
- Owner: SoftwareAG
- License: apache-2.0
- Created: 2019-11-22T09:21:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T13:54:09.000Z (over 4 years ago)
- Last Synced: 2025-02-13T09:29:54.239Z (over 1 year ago)
- Topics: global-presales, integration-server, webmethods
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WxSSH package for webMethods Integration Server
webMethods Integration Server package to execute commands via SSH on remote machines
## Development
- Prerequisite: You need "Local Service Development" installed (located in Designer preferences at "Software AG / Service Development / Local Service Development")
- Get sources
- Via Software AG Designer (no separate Git installation needed)
- Open "Java" perspective
- Click "Import projects"
- Select "Git / Projects from Git"
- Select "Clone URI"
- Paste Git URI from green "Clone or download" button above
- Adjust target directory to `/WxSSH`
- Confirm defaults on all further dialogues and finish the import
- Via command line (requires local Git installation)
- Go into Designer workspace (e.g. `/home/john/workspace105`)
- Clone Git repository into new directory `git clone https://github.com/SoftwareAG/webmethods-integrationserver-wxssh.git WxSSH`
- Import as existing project into workspace
- Activate package in Integration Server
- If the "Service Development" perspective has not been active before you openend the "Java" perspective, you must quickly switch there and then directly back to "Java". This is needed to initialize the Local Service Development feature.
- In the "Java" perspective right-click the project name and select "Move Project to IS Package"
- Switch to the "Service Development" perspective and the WxSSH package should show up
______________________
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.
Contact us at [TECHcommunity](mailto:technologycommunity@softwareag.com?subject=Github/SoftwareAG) if you have any questions.