Questions tagged [dotcms]

DotCMS is an open source Java based Content Management System (CMS) or if you prefer: Web Content Management system (WCM). It is highly scalable and targets enterprise level websites.

DotCMS is an open source Java based Content Management System (CMS) or if you prefer: Web Content Management system (WCM). It is highly scalable and targets enterprise level websites. More information about dotCMS can be found on their website: https://www.dotcms.com/

102 questions
0
votes
1 answer

dotCMS 2.5.6 can't start after JDK update from 1.7 to 1.8

I've updated JDK from 1.7 to 1.8 on a Red Hat machine. java -version openjdk version "1.8.0_212" OpenJDK Runtime Environment (build 1.8.0_212-b04) OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode) After rebuild my dotCMS 2.5.6 installation…
Mave751
  • 697
  • 4
  • 11
  • 25
0
votes
1 answer

Request variable in dotcms

Please find my requirement that needs to be done in dotcms- 1) I need to create a Map object for each request. 2) Across different widgets or containers i should be able to add data or get data from the Map object. Can you please provide me a…
Balaji
  • 859
  • 1
  • 16
  • 27
0
votes
1 answer

connect dotCMS cluster to external elasticsearch

I'm trying to create a cluster of three servers with dotCMS 5.2.6 installed. They have to interface with a second cluster of 3 elasticsearch nodes. Despite my attempts to combine them, the best case I've obtained is with both dotCMS and elastic up…
Mave751
  • 697
  • 4
  • 11
  • 25
0
votes
2 answers

DotCMS page API does not return "layout" field

I want to use the Layout-as-a-Service (LaaS) feature of DotCMS. This approach is documented in https://dotcms.com/blog/post/more-than-a-headless-cms-layout-as-a-service-in-dotcms and also in https://github.com/fmontes/dotcms-page. Both articles…
ygor
  • 1,726
  • 1
  • 11
  • 23
0
votes
1 answer

Dotcms Detail Page not found

I have a content type for which I have specified a detail page and URLMapPattern but for the URL pattern the detail page 404 found error occurs. The detail page also exists. Detail Page:…
0
votes
1 answer

Upgrading dotcms 2.5.7 to 3.7.2 $folder = $fileRepository_filesList.get(0).folder - won't return folder id

I upgraded dotcms from 2.5.7 to 3.7.2. The following code is actually linked to a button which opens a slideshow. This code was working in old cms, but won't in the 3.7.2 Funny thing! - If I am not logged in in the backend this code works otherwise…
pero58
  • 1
  • 1
0
votes
2 answers

Do I have to enable webdav manually for dotCMS?

On my windows, webdav for dotcms works fine. However, it does not work for my co-worekr's server. He is using linux. For dotcms, do I have to enable something to use webdav?
Moon
  • 22,195
  • 68
  • 188
  • 269
0
votes
1 answer

how to use "name in (name1,name2)" in lucene query

How do I use "where field in (value1,value2,value3)" in lucene query? I'm using lucene query in dotCMS.
Moon
  • 22,195
  • 68
  • 188
  • 269
0
votes
1 answer

Is it possible to add/remove core functionalities of dotCMS?

I've jumped into a project that uses dotCMS. The problem is that there is only one book about this cms (which is pretty incomplete as far as I concern) and..even their official documentation is incomplete as well. as far as I now, dotCMS is…
Moon
  • 22,195
  • 68
  • 188
  • 269
0
votes
1 answer

DotCMS - adding multiple instances of the same container in template designer

Is it possible to add more than one instance of the same container in the DotCMS template designer? This is without using advanced templates. I am using a container called Announcement. Its content is a piece of text which then is displayed as an…
neilthom
  • 475
  • 1
  • 4
  • 9
0
votes
1 answer

Layout as a Service REST API is not working for the multilingual pages

We are using the dotCMS's Layout as a service REST API to display page at the REACT framework. We have added multilingual pages in the dotCMS. When we are accessing those pages using API (LaaS) then we are getting English language page json. There…
deepa
  • 131
  • 3
0
votes
1 answer

how to write conditional values in pullRelated query in dot cms?

Hi I have content type like PartGroup and PartNumber, I want to filter behalf PartNumber column value, I have written a query like below. I have applied partnumber value with column name it's not working can any one help me. #set($partNumbers =…
0
votes
1 answer

osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=0.0.0)) Unresolved requirements:

I am compiling a java plugin that uses org.json. Before I included this the plugin was able to compiling and run correctly. I have seen similar problems on stackoverflow, but none of them address this problem using gradle. In the top of my classes…
0
votes
1 answer

Is it possible to add a internal menu?

I am pretty new using dotCMS and am thinking to buy a licence for enterprise edition. My question is, there is any chance to add a menu on the backend? Should I write a plugin for that? is there an easy way? I was able to add a menu with tools but…
0
votes
1 answer

'redirect' and 'proxy' vs 'forward' and 'passthrough' in Tuckey URLRewrite

Note that, in my attempt to display code examples, I will redact/edit out any references to the company for whom I work in an effort to obscure their identity, not so much to hide the fact that I'm even asking. It should also be of note that I am…