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

tag

Is there any solution to have something like ? Because the output from my always give me data with

tag. Any kind help is appreciated.

zawhtut
  • 8,335
  • 5
  • 52
  • 76
0
votes
1 answer

Question mark in structured content description

In opencms-modules.xml , I set the
zawhtut
  • 8,335
  • 5
  • 52
  • 76
0
votes
0 answers

Tomcat startup Failing in "opencms" version 10.5.4 web application

Starting OpenCms, version 10.5.4 in web application "opencms" Copyright (c) 2016 Alkacon Software GmbH & Co. KG OpenCms comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain…
Tarun Chaudhary
  • 1,046
  • 2
  • 12
  • 20
0
votes
1 answer

How do I remove my changes on OpemCms 10.0.1?

I'm currently working with OpenCms 10.0.1 and have just created a "sub-sidemap" under "Sidemap" for a "Content page". How do I undo this? Nothing is published yet, so it is not published and only visible to people who can edit the page. Question…
0
votes
1 answer

Opencms change directory of site

I have opencms 10.5.4, tomcat 8.5.37. I have a site "localhost:8080", now i have to move the site to "localhost:8080/mydirectory" I tried to change opencms-system.xml
MarioProject
  • 417
  • 4
  • 25
0
votes
1 answer

How can I make my website (from custom template) visible? Only default demo site is shown in prod server

I have a new installation of OpenCMS (JDK11, tomcat8, MySQL). I followed the documentation to add my own template and modified it accordingly (Creating a template JSP). I also created a new site but I'm unable to find the correct URL to display it.…
eday
  • 15
  • 3
0
votes
1 answer

Use SVN in opencms to keep versioning of site content

I am working with 10.5.4. I would like to use SVN to keep versioning of my site contents so as editors to be able to commit their changes. I have read a lot about mounting the VFS and that stuff, however with that way everyone coulld access and…
0
votes
0 answers

301 Redirect from OpenCMS to Wordpress

I just migrated a website from OpenCMS to Wordpress as its platform. What Im trying to now is redirect the pages one by one using .htaccess found in the cpanel. Question is how do I redirect this url…
lexter
  • 225
  • 1
  • 4
  • 14
0
votes
1 answer

How to logout an user in opencms without session invalidate

I need to logout an user or switch to default(Guest) in OpenCms without invalidate the session. Is there any way to do this?
Rafalages
  • 1,376
  • 1
  • 9
  • 19
0
votes
1 answer

How to get nextCursorMark on solr search with opencms

I'm doing a search in opencms (10.5.1) and need to use the solr cursors, but I don't know how to get the nextCursorMark with opencms. Is there a way to get the nextCursorMark in opencms?
Maisa Barros
  • 101
  • 3
0
votes
1 answer

Is there any OpenCMS community?

I started devoeloping webs in OpenCMS and I found out few problems. I looked for some comunity IRC/slack/discord/etc. , but i didnt find anything. Dont someone know, if there isnt some comunication channel (official or unoficial) used by openCMS…
0
votes
1 answer

Opencms replication error

I'm using opencms8 and i have set up a clustering server system with ocee-replication module to replicate the resources. I always use this function without problem, but after the last replication, the function not work anymore. It give me an error…
Marco
  • 1
  • 1
0
votes
0 answers

OpenCMS 8.0/9.0/9.5.2 upload error in all browsers

I have tried OpenCMS 8 to 9 versions in Glassfish server. The installation was successful. But when I try to upload any files or images using opencms workplace Upload button, It throws "No File items found in the request". Please see the attached…
Kenshin
  • 1,030
  • 2
  • 12
  • 41
0
votes
1 answer

Adding new content type in opencms

I am trying to create new content type option for OPENCMS 9 using HTML code. Could you please suggest/help me to get the solution as how to approach or any predefined documentation is available for the same.
0
votes
1 answer

upload and download files by user in opencms 9

I am trying to create upload and download the files option by user from front-end created in OPENCMS 9. Could you please suggest/help me to get the solution as how to approach or any predefined modules available for the same. I have already serached…