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

How to properly configure Netbeans to build openCMS core?

I'm trying to set up a development environment to build openCMS 10.5 with Netbeans 8.2 under Linux(Linux Mint 32-Bit, but I would be flexible there). Now I'm getting as far as cloning the openCMS core from git. But I have trouble with creating the…
Martin Weber
  • 3,892
  • 4
  • 20
  • 23
0
votes
1 answer

opencms workspace (edit buttons) not displaying

I am a newbie in opencms in Tomcat6. I got assigned to review an issue that one of the project is encountering. In opencms, after we login as Admin to edit the content, the button (a red and white small circle) at the top right hand corner is not…
0
votes
1 answer

opencms blog list shows blog entries of Demo-site

wanted to create blog in opencms. I followed Demo-site, created blog i had also created blog entries, but in blog list i am getting blog entries of demo site . Please throw some light regarding this
Gora
  • 417
  • 2
  • 5
  • 14
0
votes
0 answers

OpenCMS 10.0.0 and Jboss EAP 7.0.0.GA malformed Uri in CmsDefaultLinkSubstitutionHandler

I would like to install an OpenCMS 10.0.0 to a Jboss EAP 7.0.0.GA, and I could do the setup, and I can log in with Admin user, I see explorer and other, but when I would like to see the http://localhost:8080/opencms/opencms/overview/ I get this…
0
votes
1 answer

Does the version attribute in web-app in the web descriptor affect the actual Servlet API version used?

There are many hints through the web suggesting that the version in web.xml, must match the current API used (and expected) by the corresponding application. E.g.: Java web app - What determines my Servlet API version? Does…
Alberto
  • 5,021
  • 4
  • 46
  • 69
0
votes
0 answers

Java NullPointerException but String is not empty

I'm currently working on a class which writes Values into CmsXmlContent and saves them as a file. I've got many variables and it's working very well but one String seems to hate me... It returns a NullPointerException everytime. I tried to wrote it…
0
votes
2 answers

OpenCms : How to access xml element content from multiple schema files

I have a doubt regarding xml structured content in OpenCms. I have two XML schemas, one for editing the top menus (menus are same across all the pages) and another schema for editing the page content. In the template jsp file i need to access xml…
cyber_raj
  • 1,780
  • 1
  • 14
  • 25
0
votes
2 answers

single container page referring to multiple urls

In opencms i want to access single container page with multiple urls for Ex: consider a xyz container page i want access the container page with multiple urls reffered as below 1>localhost:8080/xyz/abc …
Gora
  • 417
  • 2
  • 5
  • 14
0
votes
1 answer

XML Reading out Nested Content

Lets say i have the following Structure hello hello again Hello im a Title
Snackaholic
  • 590
  • 7
  • 27
0
votes
1 answer

Change domain name on OpenCMS website

I have bought website running on an OpenCMS and I've migrated the database to my own system. However, I would like to keep the original version running on old. subdomain. And here's the problem: original opencms domain was www.example.org (app) and…
tomas
  • 669
  • 2
  • 11
  • 23
0
votes
1 answer

How generate container page in English language in opencms8.5

I am new in opencms.I am working on application of opencms8.5 . Actually my application already developed in struts and spring and now i have to integrate that with opencms . Actually when i am trying to generate container page in English then it's…
user3595144
  • 45
  • 2
  • 9
0
votes
2 answers

Unable to sort List Collection by ascending or desending order in OpenCms

I am working on OpenCms, a Java-based CMS. I have a List collection in which I am storing CMSResources which I get from a category like: CmsObject cmso = cms.getCmsObject(); // Get the category service instance CmsCategoryService cs =…
user3444989
0
votes
1 answer

trying to install openCMS in windows with Tomcat its shows a 404 error

i tried to install the openCMS in my local system . after doing all the steps in the manual i got the 404 error . i tried from CMD to run the setup it shows E:\Tomcat5\webapps\opencms\WEB-INF>setup The input line is too long. The syntax of the…
Nidhin
  • 167
  • 1
  • 5
  • 26
0
votes
1 answer

OpenCMS 8.5 Eclipse Integration

I am a Java Developer and want to know how could I use OpenCMS with Eclipse, there has a wiki page about it but web links has been broken there. I also searched over internet but most all posts related to OpenCms 7.0 But I am using OpenCMS 8.5 its…
Karandeep Singh
  • 1,223
  • 5
  • 22
  • 34
0
votes
1 answer

OpenCms 9 module Search: don't work search in Cyrillic (Ukrainian)

I've a website mounted with OpenCms 9 and use integral module Search. My website is available in Ukranian (Cyrillic). Is it posible force Search module to show results in a specific locale (Ukrainian)? As far as I can judge the problem is in lack…