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
1 answer

Open Cms: How can I insert jsp code (captcha) to flexiblecontents?

I have such footer http://hydra.rs.net.ua:8180/opencms/opencms/RS. It contain element "flexiblecontents". How can I insert jsp file (captcha) to flexiblecontents (xml) and catch result?
0
votes
2 answers

User Registration in OpenCms

I am new in OpenCms and I want to create a new user with java source. I had written the following code, but its not working. What is the proper procedure to make a new user. "Output Error": Admin org.opencms.security.CmsSecurityException: Error…
Karandeep Singh
  • 1,223
  • 5
  • 22
  • 34
0
votes
1 answer

How can I change text on the button Imagerow OpenCms 9

How can I change text on the button "read more" Image row elements in OpenCms 9? http://hydra.rs.net.ua:8180/opencms/opencms/RS/licenses.html I need change language from English to Ukraine.
0
votes
2 answers

Change logo OpenCms

How can I change main logo in OpenCms to my company logo ? The path: /opencms/export/system/modules/com.alkacon.bootstrap.formatters/resources/img/logo/logo_opencms_png24.png_1704647694.png
0
votes
1 answer

Parsing query string in OpenCMS

I need to parse a query string. The page is a jsp in OpenCMS. Tag libraries we typically load are c, cms, x, fn. How can I parse a query string with one of these (or another) tag library?
studiobl
  • 11
  • 3
0
votes
1 answer

OpenCms and MySQL configation: max_alllowed_packed

I have installed OpenCms on my local machine and it works perfectly fine. But in order to work it correctly it is mentioned that i have to modify the my.ini file and set max_alllowed_packed site to 32 I have done it and it works perfectly fine. But…
akshay
  • 115
  • 2
  • 7
0
votes
1 answer

OpenCMS - Possible to turn off cookies for a folder with static content?

With OpenCMS version 7.x, is it possible to specify a folder as not requiring cookies to be served with its contents, e.g. images etc that don't need cookies to bloat the request?
David d C e Freitas
  • 7,481
  • 4
  • 58
  • 67
0
votes
1 answer

OpenCms - periodically change content of a file

I'm customizing my OpenCms installation and have created an object that delivers part of my content. The object changes this content once in an hour. Could you please advise me as to how to load this bean at OpenCms startup so that it resides in…
John Manak
  • 13,328
  • 29
  • 78
  • 119
0
votes
2 answers

OpenCms tags in OpenCms tags

I know this may be a silly question but I ma trying to understand the jsp templates in opencms. Even though we have htm tags in jsp. what is the actual use of cms tags such as :
user2822187
  • 307
  • 2
  • 11
  • 26
0
votes
1 answer

Migrating a website from OpenCms to LIferay

A website is currently in OpenCms which needs to be migrated to Liferay framework as is. There is a concept of JSP templates in OpenCms. Is it possible to replicate the concept of jsp templates which is present in OpenCms into themes/layouts in…
user2822187
  • 307
  • 2
  • 11
  • 26
0
votes
2 answers

Which log4j Version is bundled with latest OpenCms 7?

Which log4j Version is bundled with latest OpenCms 7?
Fabian Buch
  • 831
  • 2
  • 9
  • 18
0
votes
1 answer

Upload opencms project on real server

I'm working on an open source java cms that name is opencms . it is war file that you deploy it with tomcat and when it's up you go to localhost:8080/opencms and start to configure it as you want. my problem is that when I've done my all jobs and…
omid haghighatgoo
  • 322
  • 1
  • 3
  • 16
0
votes
1 answer

OpenCMS edit button overlap completely

1: 2: there are two of in one jsp page. The problem is, the edit button of first , instead of staying at the tag, has been positioned to the second…
Kyle Fang
  • 1,139
  • 6
  • 14
0
votes
1 answer

OpenCMS - Best approach for showing rotating references

I would like to add on the right column of my site a rotating references section. Each reference would have some text + name of person + company name. It does not need to be structured (open text is also ok). I would then want opencms to rotate…
checklist
  • 12,340
  • 15
  • 58
  • 102
0
votes
2 answers

The hibernate sessionFactory is always null in my DAO for a regular java class

I see so many questions on this and have tried numerous permutations of the many different solutions and none have worked. I have a dao that requires a hibernate sessionfactory to do transactions. In the SpringMVC Context I've seen it working but…