Child pages
  • Working with Multiple Workspaces

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the preferences: Window -> Preferences -> Servoy -> Startup there is an option to give the servoy.properties file name. This must be a file relative to the application_server dir. This way you can configure a specific workspace to use a specific servoy properties file.

The system property that can be defined at the command line: property-file (-Dproperty-file) will override this again.

Using Commandline to Open Servoy

...

Info

Mac OS X users, please see Eclipse documentation for special considerations.

Using different server.xml files per workspace or eclipse install

With the system property: webserver-file (-Dwebserver-file=myserver.xml) you can override or choose another server.xml that the Tomcat installation that the developer starts will use. This way you can start it with different ports like one that binds ot 8080 and one that binds to 8081.

This filename should point to a file that is relative to the [servoyinstall]/application_server/server/conf dir (so besides the normal server.xml file)