04-06-2008 12:33 PM
04-06-2008 08:16 PM
04-14-2008 04:19 PM
04-14-2008 05:48 PM
04-14-2008 08:35 PM
04-19-2008 12:35 PM
04-22-2008 08:53 PM
Index: projects/web-client/source/java/org/alfresco/web/config/ClientConfigElement.java
===================================================================
— projects/web-client/source/java/org/alfresco/web/config/ClientConfigElement.java (revision 929)
+++ projects/web-client/source/java/org/alfresco/web/config/ClientConfigElement.java (working copy)
@@ -510,6 +510,10 @@
*/
public String getWCMDomain()
{
+ String sysProp = System.getProperty("wcm-preview-domain");
+ if (sysProp != null)
+ return sysProp;
+
String value = this.wcmDomain.get();
if (value == null)
{
@@ -531,6 +535,10 @@
*/
public String getWCMPort()
{
+ String sysProp = System.getProperty("wcm-preview-port");
+ if (sysProp != null)
+ return sysProp;
+
String value = this.wcmPort.get();
if (value == null)
{
-Dwcm-preview-domain=preview.yourdomain.com -Dwcm-preview-port=9999
04-22-2008 09:29 PM
04-23-2008 05:11 AM
04-24-2008 10:32 AM
* If not using Virtualization Server and enable single server preview, specify URL of dedicated server and provide Preview icon for Staging Sandbox only
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.