[Tip] How to run multiple instances of Servoy from within the same directory on Mac OSX
Have you ever wanted to have more than one copy of Servoy running where the repository could either be on a test machine or on the production machine? Here’s how!
- Duplicate the Servoy application and rename to a new instance name Servoy Production
- Duplicate servoy.properties file and rename to production.properties
[image unavailable: Picture6png]
- Show package contents of your new instance Servoy Production by right clicking or control clicking the application
- Modify the info.plist file in text editor from
<string>-Xmx200M</string>
to
<string>-Xmx200M -Dproperty-file=production.properties</string>
[image unavailable: Picture5png]
And hey presto ...you're done!
Comments (3)