Deploying a Jar File to My webMethods Server
You can deploy a jar file to My webMethods Server in any of the following ways:
By copying the file directly to the
Software AG_directory \MWS\server\
instance_name\deploy folder.
By logging in to
My webMethods Server as sysadmin and installing the component from the
Administrative Folders > Administration Dashboard > Configuration > Install Administration page.
The deployed project will be picked up by My webMethods Server without having to stop and start the server or run the update command (sometimes referred to as a “hot deployment”).
Note:
When you deploy a very large (~200 MB) file to My webMethods Server, it is possible that My webMethods Server can attempt to start internal deployment of the file before it is fully copied. In this case, change the file name extension of the file before you copy it (for example, to filename.jar.tmp). When the copy procedure finishes, rename the file back to its original name.
Related Topics