Alfresco Archive
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HOWTO: Reconfigure for a port other than 8080

I need to run Alfresco on a server where port 8080 is already being used by another service. I looked around in the Installation Guide, the System Administration Guide, the wiki and the forum, but I didn't find any detailed description of how to do t...

rafo by Champ in-the-making
  • 465 Views
  • 3 replies
  • 0 kudos

Making a HTTP GET in Javascript (Rhino in Alfresco)

Hi all,I would like to perform a HTTP GET in a javascipt (running by Alfresco who is using rhino).I've tried something like:importPackage(Packages.org.apache.commons.httpclient.HttpClient);orvar client = new java.org.apache.commons.httpclient.HttpCli...

flyer by Champ in-the-making
  • 768 Views
  • 1 replies
  • 0 kudos

Linux WCM virtual_start missing, and resolution

EveryoneUsing the Alfresco 2.0 Beta I found the following issues:1.  alfvirtual.sh - does not reference virtual-tomcat but rather the standard tomcat.2.  virtual_start.sh - does not exist3.  virtual_stop.sh - does not existThis is using the Alfresco-...

dmusser by Champ in-the-making
  • 262 Views
  • 1 replies
  • 0 kudos

PermGen Space

I was testing the robustness of Alfresco and I got the same error several times. I got a "javax.servlet.ServletException: PermGen space". In alfresco.sh, I did increase Xmx to 1024m .  Is there a reason why I get this error? Could it be a memory leak...

tmek by Champ in-the-making
  • 358 Views
  • 2 replies
  • 0 kudos

OpenOffice--First Time Registration

When running OOo for the first time, it launches the Registration screen. This Wiki speaks on how to avoid this screen programatically:http://wiki.alfresco.com/wiki/Running_OpenOffice_From_Terminal#Manual_registration.2C_without_a_UIThe procedure men...

subwiz by Champ in-the-making
  • 278 Views
  • 1 replies
  • 0 kudos

getting node path from freemarker template

hi! In the freemarker template, I want to get the path of noderef by using the following code.  <#if document?exists>  <table><tr><th>Node Path</th></tr>   <#list document.auditTrail as t>           <tr>             <#if t.auditMethod="moveNode">

kerem by Champ in-the-making
  • 551 Views
  • 2 replies
  • 0 kudos

J'ai mis en place le portail Alfresco Community...

Bonjour,J'ai mis en place le portail Alfresco Community 1.3, et je souhaiterais vous demander des informations concernant le cycle de validation.Je vous communique le cycle de validation déja mis en place ( ça pourrait servir à ceux qui se posent la ...

emaatouk by Champ in-the-making
  • 1952 Views
  • 6 replies
  • 0 kudos

AlfrescoRuntimeException

Hi,I tried -> Create Form Wizard -> Schema -> /opt/alfresco/extras/wcm/forms/press-release.xsdorg.alfresco.error.AlfrescoRuntimeException: This servlet can only be used to handle file upload requests, makesure you have set the enctype attribute on yo...

mr_soka by Champ in-the-making
  • 543 Views
  • 3 replies
  • 0 kudos

cut from Cmpany Home then paste somewhere

Hello,Even if we give Consumer right for all users on Cmpany Home root folder  - a Collaborator user on a top space is able to cut and paste that top space in some other place where he has write permission. Is it possibile to avoid this by configurat...