Child pages
  • Running Multiple Servoy Application Servers on the Same Machine
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 »

Running multiple Servoy Application Servers on the same machine is fully supported, although some configuration settings are required.

The Servoy Application Server uses (by default) three ports:

  • port 8080 for HTTP traffic
  • port 8085 as the Tomcat SHUTDOWN port 
  • port 1099 for RMI traffic to communicate with Smart Clients

When the Servoy Application Server is installed as a Service through the All-In-One installer, the Java Service Wrapper used also uses a port that needs to be adjusted to make it unique for each instance.

  • port 1777 as s the wrapper.port

When running multiple Servoy Application Servers on the same machine, to avoid conflicts, each instance needs to be configured to use unique ports to provide its services.

See Network Settings New for a detailed description how to adjust the port settings of a Servoy Application Server.

See running the server as a service  for details on how to configure the Java Service Wrapper.

Note that if multiple database instances are also hosted on the same machine, each database instance also needs to be configured to use a different port.

  • No labels