Hi, I got user provisioning to work with AD in 4.0. Note that I had to change
the class named
org.apache.roller.weblogger.ui.core.security.BasicUserAutoProvision because the
org.apache.roller.weblogger.ui.core.security.CustomUserRegistry class was
setting the new user's id to null.The db schem
That was the issue. Thanks.
-Original Message-
From: Jason Rumney [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2008 5:14 AM
To: user@roller.apache.org
Subject: Re: can the aggregated weblog's feed include comments
Beyer,Nathan wrote:
> I'm having a lot of trouble with the feeds f
You might try the tomcat user group. They might help you with the
mod_jk/apache 2 part, but they might suggest Tomcat in lieu of JBoss :-)
Lots of similar questions get asked - search the archives.
They'll want your worker and related configs, and precise version
numbers. They'll want to kno
Hi,
We are running Roller 4.0 on Jboss under Linux. It is behind an Apache 2 web
server, using mod_jk to forward requests to the Roller app.
It works great at first, but after a while (an hour or two say), requests to
Roller will start to hang. Apache will then start spawning more and more work
Hi,
I have put together a Markdown plugin for Roller.
You can clone the git repository, or down a tarball from here:
http://github.com/myabc/roller-markdown/tree/master
In addition to parsing Markdown-formatted text, it also provides a GUI
for Markdown editing, using the markItUp! plugin, alo
Beyer,Nathan wrote:
> I'm having a lot of trouble with the feeds for comments. Are there
> known issues regarding comment feeds? Are the feeds handled by the
> templates? Any pointers to where I can look into the code or doc to
> debug and deduce this functionality would be great, thanks.
See htt