Skip to content

Instantly share code, notes, and snippets.

@javiergamarra
Last active August 29, 2015 14:21
Show Gist options
  • Save javiergamarra/b9eab02864f248510fa8 to your computer and use it in GitHub Desktop.
Save javiergamarra/b9eab02864f248510fa8 to your computer and use it in GitHub Desktop.
Example server_context.xml for Liferay Screens
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Change these values for your Liferay Portal installation -->
<string name="liferay_server">http://WRITE_HERE_YOUR_HOST:8080</string>
<integer name="liferay_company_id">WRITE_HERE_YOUR_COMPANY_ID</integer>
<integer name="liferay_group_id">WRITE_HERE_YOUR_GROUP_ID</integer>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment