opencms

Which log4j Version is bundled with latest OpenCms 7?

Which log4j Version is bundled with latest OpenCms 7? ...

Programmatically convert a video to FLV

Hi all, i am currently working on a web application that needs to accept video uploaded by users in any format (.avi, .mov, etc.) and convert them to flv for playing in a flash-based player. Since the site is OpenCms-based, the best solution would be a ready-made plugin for OpenCms that allowed to upload and play videos doing the transc...

Which CMS would you recommend to be integrated with a Tomcat application?

I'm looking for a CMS (content management system), where users can manage, create and edit online articles, as a part of an application to be developed. The application to develop is a web application running on Tomcat, with a PostgreSQL connection and using the Spring web framework. I'm looking for a CMS, which can be seamlessly integra...

Is Joomla good for social networking site? Un-biased pros and cons on Joomla

We have used Joomla as an out-of-box CMS for our company website. Now we got a requirement from customer to create a travel recommendation website. Customer never used Joomla for programming. He has used Joomla as a out-of-box component. They need to create destination and write on on destination with comments, rating etc by the oth...

Can OpenCms be integrated, or used, with an IDE?

I'm starting with a new project where we'll be using OpenCms. Can the workplace be integrated to an IDE, and which one is it ? Can you suggest me any tutorial or ebook by the way? ...

What is the minimum specification which justifies the name Content Management System ?

I've written some simple software which helps me manage and disseminate engineering data on a company intranet. It's pretty flexible about adapting to new content and I wonder if it justifies the description 'Content Management System. A previous question: how to define content management did a pretty good job of defining a CMS, but I'v...

Asp.net DMS/CMS package/module for existing asp.net membership site?

Can anyone recommend a reasonably extensible asp.net CMS/DMS package or module that can be readily integrated into an existing c# Asp.net site (not MVC) with an existing forms authenticated membership via the membership provider and tables? Many thanx in advance for any tips/suggestions! ...

OpenCMS - 301 redirect

Hi, Is there any easy way to configure permanent redirects (301) on openCMS? I would like to forward some of my old page urls to their new location. Thanks ...

OpenCMS - Best approach for showing rotating references

Hi, 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 between 20 difference references each time a page is displayed. I can keep a session sco...

Adding a tag cloud to an OpenCMS website

Hi! I'm working on an intranet website based on OpenCMS and I'd like to include a tag cloud to the site. I've found some opensource tagcloud java libraries (like OpenCloud). Do you have any experience with wiring those two (or other tagcloud libraries+OpenCMS) together? ...

OpenCms - periodically change content of a file

Hi! 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 memory and is able to set up its timer? ...

java cms(opencms) and my SQL configuring problem

i have installed open cms on my local machine and it perfectly works fine. But in order to work it corre,ty 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 can i modify this file if i use a third party hosting provider for tomcat and mysql?? ...

open cms problem with loading admin panel

i have installed open cms correcly. but when i log in admin panel and change to offiline mode i cant see any files displayed therre? ...

CMS for plain HTML website

Hello I got a website with around 5-6 pages (plain html). There are areas in these pages where I need to update occassionally. Is there any free / opensource CMS to maintain these editable areas of HTML page. Thanks ...

How to acces a file under WEB-INF from a Java web application

Hi! Do you have any idea how to access files in WEB-INF/index folder from my application? I'm using OpenCMS for my application and I want to open a Lucene search index (with the help of Lucene IndexReader class) located at WEB-INF/index folder. Lucene jar is stored in WEB-INF/lib folder. ...

OpenCMS Content Type - when editing, it doesn't show the names of the fields

Hi! I created a custom content type FaqEntry in OpenCMS (three fields - title, question, answer) and registered it. When I create a new file of that type and want to edit it, it shows the three fields there, but it doesn't show their label, i.e. "Title", "Question", "Answer". Do you have any idea as to why? ...

Looping over files - OpenCMS

Hi! I'm developing a website using OpenCMS and am having a problem with creating links to files over which I loop using cms:contentload: <cms:contentload collector="allInFolder" param="faqs/|FaqFile" editable="false"> <b><a href="${opencms.filename}"><cms:contentshow element="Title" /></a></b><br /> </cms:contentload> This ...

LifeRay alternative in asp.net c#

Hi, I have explored some of the features of LifeRay from past few months. But due to high on hardware and development resource I would not want to go with LifeRay. Is there any good alternative to liferay in asp.net c#. I have seen following CMS application similar to LifeRay. Just want to know if someone has used it. AxCMS.Net Umbrac...

Filesystem-based web content

Hi, I plan to pull my Java web apps's content from a filesystem, for the sake of simplicity of editing. These files will be most probably only a text in a simple markup like JTexy or Markdown. What I plan to implement is a tree-like structure keeping the content of the files. It should be cached and eventually should handle authorizati...

Integration of JavaApplication With OpenCms

Hi,i am new to OpenCms i want to know how to integrate an java web application with OpenCms contents.Is It Possible to integrate Java Application with OpenCms? ...