/
Remote Deployer
Remote Deployer
Definition
Performs a hot deployment of a Deployable on a container running on a remote machineExplanation
A remote deployer is used to deploy to a container that can be on the same machine or on some remote machine. Deploying remotely requires passing information such as username and password of the user to use for deploying, etc. These information are passed using a Runtime Configuration.
Note that some containers have some specifics about remote deployment:
Examples
Users of the Java API can take a look at the RemoteDeploymentTest
class as an example.
Users of the Ant tasks can take a look at the remote-test
sample.
Users of the Maven 3 plugin can use the Maven 3 Archetype showing remote deployer support. Please read: Webapp Creation and Remote Deployment Archetype.
, multiple selections available,
Related content
Remote Container
Remote Container
More like this
Jetty Remote Deployer
Jetty Remote Deployer
More like this
Runtime Configuration
Runtime Configuration
More like this
Deployable
Deployable
More like this
Configuration
Configuration
More like this
Remote deployments to GlassFish 6.x onwards and to recent Payara versions
Remote deployments to GlassFish 6.x onwards and to recent Payara versions
More like this