AD and user provisioning

2008-06-25 Thread A
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

RE: can the aggregated weblog's feed include comments

2008-06-25 Thread Beyer,Nathan
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

Re: Roller and mod_jk on Apache 2 - threads hanging

2008-06-25 Thread David Fisher
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

Roller and mod_jk on Apache 2 - threads hanging

2008-06-25 Thread Andrew Broderick
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

Markdown Plugin for Roller

2008-06-25 Thread Alexander Coles
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

Re: can the aggregated weblog's feed include comments

2008-06-25 Thread Jason Rumney
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