Questions tagged [opencms]

OpenCms is an open source content management system written in Java. It is distributed by Alkacon Software under the LGPL license. OpenCms requires a JSP Servlet container such as Apache Tomcat.

It is a CMS application with a browser-based work environment, asset management, user management, workflow management, a WYSIWYG editor, internationalization support, content versioning, and more features.

OpenCms was launched in 1999, based on its closed-source predecessor MhtCms. The first open source version was released in 2000.

OpenCms has been used by large organizations such as the LGT Bank of Lichtenstein, BP South Africa, and UNICEF Netherlands. Other major corporations, such as AT&T, may also use this software.

146 questions
1
vote
3 answers

Looping over files - OpenCMS

I'm developing a website using OpenCMS and am having a problem with creating links to files over which I loop using cms:contentload:
John Manak
  • 13,328
  • 29
  • 78
  • 119
1
vote
1 answer

OpenCMS Content Type - when editing, it doesn't show the names of the fields

I created a custom content type FaqEntry in OpenCMS (three fields - title, question, answer) and registered it. When I create a new file of that type and want to edit it, it shows the three fields there, but it doesn't show their label, i.e.…
John Manak
  • 13,328
  • 29
  • 78
  • 119
1
vote
2 answers

How to acces a file under WEB-INF from a Java web application

Do you have any idea how to access files in WEB-INF/index folder from my application? I'm using OpenCMS for my application and I want to open a Lucene search index (with the help of Lucene IndexReader class) located at WEB-INF/index folder. Lucene…
John Manak
  • 13,328
  • 29
  • 78
  • 119
1
vote
1 answer

How to modify title on opencms jsp formatter?

I´m using opencms 8.5.4. I have a opencms formatter (a jsp file) where I calculate some variables there that I want to use to modify the meta tags description and the title. What´s the best way to do this? Edit: Just for the record, I didn´t found a…
irbian
  • 178
  • 1
  • 7
1
vote
0 answers

Create a session in OpenCmis without login credentials

My Alfresco Share application is externally authenticated using LDAP. I have some operations to be performed in Alfresco share which i am doing through OpenCmis from java application . Now the problem is , as it is external authentication , i wont…
1
vote
2 answers

OpenCMS - 301 redirect

Is there any easy way to configure permanent redirects (301) on openCMS? I would like to forward some of my old page urls to their new location. Thanks
checklist
  • 12,340
  • 15
  • 58
  • 102
1
vote
1 answer

Is it fine to develop cms in OpenCMS with Struts2?

I have no deep idea about OpenCMS and i want to start my project in OpenCMS.I know Struts2 java framework. I am trying to build CMS in java only. My question is, Should I choose OpenCMS as am developing CMS first time and want it in java AND Second…
Prashant Shilimkar
  • 533
  • 1
  • 3
  • 10
1
vote
0 answers

Classloader exception while trying to use opencms module plugin in eclipse

I'm trying to use opencms module plugin v 0.0.9(http://sourceforge.net/projects/opencmsmoddev/files/) with spring source toolsute which is based on eclipse v. 3.7.2 The opencms module seems to be working, because I can configure it in eclipse…
m91snik
  • 21
  • 1
1
vote
1 answer

How to get last published date from a CmsResource in OpenCms

I'm unable to get the last published date of a resource. There is no way to do that with OpenCms API. http://files.opencms.org/javadoc/core/org/opencms/file/CmsResource.html That's very weird, it has to be stored in some place because OpenCms…
spekdrum
  • 1,559
  • 2
  • 11
  • 15
1
vote
2 answers

Executing Umbraco 4.11.1 source code in visual studio 2010

i have undoubtedly spent many hours to get Umbraco solved ..but no success. What i want...is learning to work with Umbraco 4.11.1 version (i know Umbraco 5 is latest) but have very less knowledge about it. support from Umbraco also seems…
Sangeeta
  • 164
  • 4
  • 16
1
vote
1 answer

Experiencing freeze during OpenCMS setup

Anyone ever experienced something like that? I'm installing OpenCMS 8.5.0. for evaluation, running on Tomcat 7x, and during the 8th step of setup (Installing Modules), the process freezes - I've got stuck for a long time in a same line (I left it…
César Barbosa
  • 377
  • 1
  • 6
  • 15
1
vote
3 answers

What is the minimum specification which justifies the name Content Management System?

I've written some simple software which helps me manage and disseminate engineering data on a company intranet. It's pretty flexible about adapting to new content and I wonder if it justifies the description 'Content Management System. A previous…
pavium
  • 14,808
  • 4
  • 33
  • 50
1
vote
1 answer

Export OpenCms' article to Wordpress

I have a website uses OpenCms (http://www.opencms.org). Now, I want to replace it by Wordpress (http://wordpress.org). How to export article from old site (OpenCms) to new one (Wordpress)? Sorry for my bad Endlish! Thanks!
1
vote
2 answers

What is the purpose of the following synchronized block?

I am having stability problems with OpenCMS. When i do a thread dump, many threads (400) are waiting on the synchronized (m_processingFiles) block in the following code: public class CmsJspLoader ... { ... private static Set m_processingFiles =…
Op De Cirkel
  • 28,647
  • 6
  • 40
  • 53
1
vote
1 answer

OpenCMS: Perform different search on command

I have implemented my search features on OpenCMS. Indexed resource comes from many path (e.g. /path/alternative/news and /path/news). There's a way to perform separated search for every resource or I need two separated index?
BAD_SEED
  • 4,840
  • 11
  • 53
  • 110