Child pages
  • Application Deployment
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

This chapter provides information on how to deploy an application in Servoy.

In This Chapter

Servoy Cloud Deployment

If you are using the full stack of Servoy Cloud Services the deployment of an application, from source code to automatic testing to test to pre-production to production server is completely managed by Servoy from it's own servers.

If you are only using the Servoy Cloud Pipeline from the Servoy Cloud Services offering the deployment of an application, from source code to automatic testing to test server is managed by Servoy from it's own Cloud Pipeline Servers and a WAR file or a Docker Container ready to be installed on your servers will be automatically produced.

Consult the Servoy Cloud Services chapter for additional information on our Cloud offering

WAR Deployment

Servoy Developer offers the option to export the Servoy Application Server to a so-called WAR file . This WAR file can then be deployed on any J2EE standards compliant application server, like Apache TomcatGlassfishIBM WebSphere or Jetty for example.

For more info about war deployment: WAR Deployment 

NGDesktop Deployment

War deployment is the only option for an NGClient, because a lot more resources are needed then just the solution.

In the export dialog you have get the option to select the webcomponents and services that you want to include in the generated WAR file. All the components and services you use in your solution (directly in the designer or solutionmodel/scripting) should be checked and exported.

For more info about war deployment: WAR Deployment 

Deprecated deployment procedure

Webinars

Servoy periodically produces Technical Webinars targeted to developers covering a broad range of topics, from new features to new capabilities to best practices. The following webinars are focused on WAR application deployment:

  • No labels