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
0
votes
2 answers

How to create a navigation menu based on the folders site structure in openCMS 8.5.2?

Well, I'm trying to make a navigation menu for a website that takes automatically its values from the folders structure of the website. I'm using opencms navigation tags. The structure is something like: Menu1 Menu2 Submenu 2.1 Submenu…
0
votes
0 answers

java.lang.linkage error? in opencms

i AM deploying opencms.war in apache tomcat 6.0.35 i got an error Caused by: java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/C:/software/tomcat6/webapps/messaging/ …
0
votes
1 answer

why opencms use java code to sort content docs, other than use sql, like "date desc, name asc"?

I wonder if there are some other techniques to use here lazily? It seems to be so hard to define a new Comparator. Here is the code of CmsDateResourceComparator compare method: public int compare(CmsResource res0, CmsResource res1) { if…
Jack Hu
  • 1,315
  • 2
  • 13
  • 27
0
votes
1 answer

OpenCMS vfs to rfs not getting updated automatically

When i am updating any image from opencms front end vfs(virtual file system), the changes are not getting reflected but when the same file i am updating in the same location in backend rfs(Real File System), the changes get reflected. Moreover if i…
Sayan
  • 145
  • 2
  • 15
0
votes
1 answer

Contenload taglib in opencms 8.5.1

I am new at OpenCMS 8.5.1. My problem is that I want to get all pages in folder(ex:new-releases). I can get all page in this folder by using taglib but I want to get only pages with the property isShowed = true. How can't I filter this condition.I…
0
votes
1 answer

unable to set mysqld --max_allowed_packet=16M in opencms installation

i am installing opencms first time ,. I found a problem during installtion i have tried SET GLOBAL max_allowed_packet=16777216; and max_allowed_packet=32M ; as per openCms installtion guide, but didnt help. any idea or help will be appreciated,…
Devesh
  • 85
  • 9
0
votes
1 answer

How to make opencms and servlet working?

I'm having an issue trying to implement kaptcha.jar (https://code.google.com/p/kaptcha/) into opencms. I added the jar and it's correctly loaded as in my jsp I have: <%@ page import="com.google.code.kaptcha.servlet.KaptchaServlet"…
Matt
  • 343
  • 2
  • 7
0
votes
1 answer

How can I make a new OpenCMS content type I can drop onto pages

I'm developing with OpenCMS, and so far, I've gotten a bit of an understanding with templates, model pages, how I can make spaces to drop in editable content, etc. I have some elements I want to drop in that are not standard content types like Text…
David West
  • 2,256
  • 6
  • 32
  • 62
0
votes
1 answer

Print all elements navItem list in openCMS

in my openCMS project, content folders are named by years: 2010 2011 2012 2013 I use CmsJspNavBuilder navigation = a_cms.getNavigation(); List navItems = navigation.getSiteNavigation(a_rootFolder,99); to create a list of all these folders. How…
0
votes
1 answer

Which open source CMS/Framework to administer geospatial Solr search web app?

Which open source CMS should I use to integrate Solr geospatial search of location based content entries? The solution should not involve custom development or hacks - at first, I was thinking of Drupal, but the steps described in this presentation…
thomers
  • 2,603
  • 4
  • 29
  • 50
0
votes
1 answer

OpenCMS session without cookies?

I work on a webpage that is based on OpenCMS and now with the new law in the Netherlands we have to offer an option where we can avoid the JSESSIONID cookie, but I didn't find anything on the web. Ideas?? Any hints are welcome!
iGadget
  • 31
  • 4
0
votes
1 answer

Asp.net DMS/CMS package/module for existing asp.net membership site?

Can anyone recommend a reasonably extensible asp.net CMS/DMS package or module that can be readily integrated into an existing c# Asp.net site (not MVC) with an existing forms authenticated membership via the membership provider and tables? Many…
kim r
0
votes
1 answer

Intergration of OpenCms into spring webflow application

I have a application developed based on spring web flow framework. In my application i need to display some advertisements for that i opted for OpenCMS. But Integration of OpenCMS into my application im unable to do that. All available tutorials are…
Jags
  • 91
  • 4
0
votes
3 answers

Opencms webdav not working

With OpenCms 7.5.3 fresh install: I create an index.htm page, then export it via webdav to disk. It creates index.html.xml and __properties/index.html.xml.properties. Thats ok. Delete index.html from OpenCms and publish. Try to import previously…
spekdrum
  • 1,559
  • 2
  • 11
  • 15
0
votes
1 answer

No bullseyes in OpenCms8 - "Service implementation URL not specified"

In one of my test servers, I have a somehow corrupted OpenCms installation: after logging in, the ADE bar is empty and I cannot edit anything: I don't get any kind of error or warning in the logs. After some research, I found that in comparison to…
Alberto
  • 5,021
  • 4
  • 46
  • 69
1 2 3
9
10