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

"-includeresource" in JAR Manifest inside Gradle build file

In build.gradle for the dotCMS OSGi custom Spring example, there is a line in the JAR manifest: instruction '-includeresource', 'spring=spring, libs' Is this a typo? Is '-includeresource' supposed to be 'Include-Resource'? I can't seem to find any…
pixelfreak
  • 17,714
  • 12
  • 90
  • 109
0
votes
1 answer

DotCMS : Data insertion to MySQL

I'm a newbie to DotCMS. I've configured ROOT.xml to connect to MySQL. I can retrieve data from MySQL, but I have no idea how to insert/update data to MySQL. Been looking for any examples, couldn't find any. What do I need to do data manipulation on…
0
votes
2 answers

How to get a plain list of files in velocity on a dotCMS system?

I am trying to get a plain list of files, meaning just the file names, of all the files in a directory using velocity in a dotCMS widget. I have tried the following, but it does not work. #set…
0
votes
2 answers

dotcms - won't see new database configuration

I'm in the midst of migrating a dotCMS installation to a new server. Everything seems to be working properly except for the database configuration. I've updated tomcat/conf/Catalina/localhost/ROOT.xml with a new IP address for our MySQL server,…
LinuxGnut
  • 393
  • 8
  • 18
0
votes
1 answer

Open Source CMS in java for web content managment with source code to develop in eclipse for custom changes

I am looking for open source CMS in Java for content management system. I have started using Alfresco and dotCMS but getting error in installing n configuring on window. I followed all step given in their own website but stuck at some point. please…
Jimish
  • 1
  • 1
0
votes
3 answers

Confused between Jahia and dotcms as a java CMS

Which is better for web content management purposed only? The website requirements include a user discussion forum and a poll survey with a good search facility and also needs a good SEO tool. The site should also load faster and should be easy to…
user1692773
  • 111
  • 1
  • 1
  • 6
0
votes
1 answer

Trouble With Regex and Velocity

I just started using dotCMS for work to modify the existing website. I am trying to create a widget that takes a custom structure field called urlTitle. It takes the Title of an event and makes it url friendly. Here is a tutorial describing the…
meepz
  • 363
  • 2
  • 5
  • 15
0
votes
1 answer

How to retrieve dynamic content from database?

I'm evaluating java-based cms and selecting one as our cms ,now I'm learning dotcms , I need to know how to retrieve content from db like traditional jsp/bo does,I'm new to dotcms, the official documents only tell how to add static content but…
user1458290
  • 279
  • 2
  • 7
  • 18
0
votes
2 answers

How to set http headers in dotCMS

I'm trying to create a XML data feed with dotCMS. I can easily output the correct XML document structure in a .dot "page", but the http headers sent to the client are still saying that my page contains "text/html". How can I change them to…
agnul
  • 12,608
  • 14
  • 63
  • 85
0
votes
1 answer

Eclipse, java and dotCMS logging issue

I've been assigned the task of tracking down why a webpage is breaking under dotCMS. The page shows an error stack trace with a description that suggests it relates to SQL. I got access to the remote file system and was able to pull up the java…
2Yootz
  • 3,971
  • 1
  • 36
  • 31
-1
votes
1 answer

Publish OSGI/Dynamic Plugin to dotCMS Plugins repository

We have developed a OSGI/Dynamic plugin and now we want to publish it to dotCMS Plugins repository. We have explored the dotCMS Documentation but we are unable to find any guideline that explains how third party plugins can be deployed/published to…
Sohail
  • 225
  • 1
  • 11
-1
votes
2 answers

Enterprise CMS Project in PlayFramework

I've been shuffling around the internet to get an Enterprise CMS project developed with Play Framework. I came across dotCms, its not written in play framework. Hence, i feel its not a good idea. Can you recommend any CMS project developed with Play…
1 2 3 4 5 6
7