hippocms

Registration users in Hippo cms

ぃ、小莉子 提交于 2020-01-02 18:55:58
问题 I have another question about Hippo cms. I found out how login with login and password in Hippo cms using web page. (using /login/proxy with POST) but how can I register new users? Of course I do not want users to have to go into the console. I just need a simple registration page where the user enters the name of the email and password. Is it possible affordable way ? 回答1: By default there is no registration form. You will have to create it yourself by creating an html form with the HST and

Clustering with Jackrabbit

孤者浪人 提交于 2019-12-22 13:53:22
问题 I am about to get started with clustering a jackrabbit repository run by hippocms in the community version . I got it up and running but some parts of configuration I don't understand. I understood the concept of clustering jackrabbit this way: You have e.g. two instances with two local repositories which get synched by a rocket-scienced journal via a shared database, but every node is using it's local repository. After reading the following pages I ended up with the following configuration.

Hippo cms cache method

时光总嘲笑我的痴心妄想 提交于 2019-12-12 03:38:51
问题 What kind of cache Hippo cms is using? I found something about bundle cache on official page, but I don't have idea where information are stored and how get them out. Main problem is I need synchronize L2cache between a lot of instances of Hippo cms application. 回答1: Hippo CMS has caching implemented at several different levels of the overall architecture. It's important to keep in mind that the Hippo stack has 3 main components: The content repository (backed by an RDBMS) The Hippo delivery

Hippo cms and mysql on Glassfish

情到浓时终转凉″ 提交于 2019-12-07 13:58:04
问题 I have a big problem with the addition of a mysql database to Glassfish. I did all the steps located here http://www.onehippo.org/library/deployment/configuring/configuring-hippo-7-for-mysql.html . When I use $ mvn clean install $ mvn -P cargo.run It's looks fine, because in my workspace.xml I have : <FileSystem class="org.apache.jackrabbit.core.fs.db.DbFileSystem"> <param name="url" value="java:comp/env/jdbc/repositoryDS"/> <param name="driver" value="javax.naming.InitialContext"/> <param

Registration users in Hippo cms

点点圈 提交于 2019-12-06 08:38:27
I have another question about Hippo cms. I found out how login with login and password in Hippo cms using web page. (using /login/proxy with POST) but how can I register new users? Of course I do not want users to have to go into the console. I just need a simple registration page where the user enters the name of the email and password. Is it possible affordable way ? By default there is no registration form. You will have to create it yourself by creating an html form with the HST and writing it to the user registry, which is stored in the repository under /hippo:configuration/hippo:users

Clustering with Jackrabbit

人走茶凉 提交于 2019-12-06 04:15:37
I am about to get started with clustering a jackrabbit repository run by hippocms in the community version . I got it up and running but some parts of configuration I don't understand. I understood the concept of clustering jackrabbit this way: You have e.g. two instances with two local repositories which get synched by a rocket-scienced journal via a shared database, but every node is using it's local repository. After reading the following pages I ended up with the following configuration. Links: http://wiki.apache.org/jackrabbit/Clustering http://svn.apache.org/viewvc/jackrabbit/trunk

Hippo cms and mysql on Glassfish

无人久伴 提交于 2019-12-05 20:10:58
I have a big problem with the addition of a mysql database to Glassfish. I did all the steps located here http://www.onehippo.org/library/deployment/configuring/configuring-hippo-7-for-mysql.html . When I use $ mvn clean install $ mvn -P cargo.run It's looks fine, because in my workspace.xml I have : <FileSystem class="org.apache.jackrabbit.core.fs.db.DbFileSystem"> <param name="url" value="java:comp/env/jdbc/repositoryDS"/> <param name="driver" value="javax.naming.InitialContext"/> <param name="schemaObjectPrefix" value="${wsp.name}_"/> <param name="schema" value="mysql"/> </FileSystem> next

Java-based CMS with RESTful service / API to access content [closed]

做~自己de王妃 提交于 2019-11-28 17:27:56
问题 For those who might vote to close this question due to "not constructive - As it currently stands, this question is not a good fit for our Q&A format." - Would be great if you would suggest where should I post this question (https://softwareengineering.stackexchange.com/ ? or any CMS-focused forum?) Similar questions have been asked before: https://stackoverflow.com/questions/918722/java-or-php-for-homegrown-cms https://stackoverflow.com/questions/4005811/is-there-a-good-cms-for-java https:/