IBM Worklight v5.0.5 > Install the Worklight development environmentWorklight Studio - Change the port number of the internal application server
When you start Eclipse with Worklight Studio, an embedded application server, using port 8080, is started automatically to host a WL server instance for adapters and apps.
To use a different port, edit eclipse.ini, and after the -vmargs line, add...
-Dworklight.port=yourport
...and then restart Eclipse.
If you develop Facebook or mobile web apps, also set this port as the value of the...
parameter publicWorkLightPort
...in...
project-name/server/conf/worklight.properties
This enables the features...
- Get URL for Facebook
- Embed in Web Page
The development of Facebook apps is deprecated in Worklight version 5.0.5. Support might be removed in any future version. Use standard desktop web apps.
Parent Install the Worklight development environment