Re: Installing Roller 6.1.5 on Tomcat 11

2025-06-18 Thread Matt Raible
st.forEach Name = > rollerdb Ignoring unknown property: value of "jdbc/roller" for "mappedName" > property > > There does not seem to be any error message that says the app fails to load > and that is frustrating. > > Try putting the JDBC driver jar in t

Re: Installing Roller 6.1.5 on Tomcat 11

2025-06-11 Thread Matt Raible
not expect Roller to work on Tomcat 11 > because the Java EE package names have changed from javax.* to jakarta.*. I > think we need a Roller 7 that moves from javax to jakarta. > > Dave > > On Mon, Jun 9, 2025 at 10:56 PM Matt Raible wrote: > >> Hello y’all, >>

Installing Roller 6.1.5 on Tomcat 11

2025-06-09 Thread Matt Raible
Hello y’all, I’m trying to install the latest version of Roller on Tomcat 11.0.8 and getting the following error at startup: 09-Jun-2025 20:42:00.658 INFO [main] java.util.ArrayList.forEach Name = rollerdb Ignoring unknown property: value of "jdbc/roller" for "mappedName” property Does Roller

Re: [ANNOUNCE] Apache Roller 5.1.1 released

2014-10-02 Thread Matt Raible
The link below renders as a blank page on my iPhone. Is this a known issue? > On Oct 1, 2014, at 22:03, Glen Mazza wrote: > > Blog article listing improvements over Version 5.1: > http://rollerweblogger.org/project/entry/apache-roller-5-1-1 . > > It will take up to a half day though for all A

Re: Absolute URL without scheme prefix

2014-04-08 Thread Matt Raible
od_rewrite. Cheers, Matt On Tue, Apr 8, 2014 at 8:51 AM, Matt Raible wrote: > After further inspection, it looks like it's working fine on your blog. > I'm guessing this is because you're missing a element, whereas I > have: > > https://raible.kgbinternet.com&q

Re: Absolute URL without scheme prefix

2014-04-08 Thread Matt Raible
After further inspection, it looks like it's working fine on your blog. I'm guessing this is because you're missing a element, whereas I have: https://raible.kgbinternet.com"; /> On Tue, Apr 8, 2014 at 8:47 AM, Matt Raible wrote: > This seems to get me part of t

Re: Absolute URL without scheme prefix

2014-04-08 Thread Matt Raible
b.xml: http://svn.apache.org/viewvc/roller/trunk/app/src/main/ > webapp/WEB-INF/web.xml?view=markup > > This gives me both https:// and http:// for the blog reader, but only the > former when I'm creating blogs, logging in, etc. > > HTH, > Glen > > > On 4/7/2014 3

Absolute URL without scheme prefix

2014-04-07 Thread Matt Raible
I'm thinking about making my site accessible over http as well as https. One thing I noticed is the absolute URL requires a prefix. I tried changing it from "http://"; to just "//" (so it uses the same scheme as the page) and it fails: java.net.MalformedURLException: no protocol: //localhost:808

Re: Reading Cookies

2014-04-07 Thread Matt Raible
cookie value is never read. I'm guessing there's no way to disable the cache for a certain portion of the page? If not, is there anyway to read cookies every time in a page? Thanks, Matt On Sat, Mar 29, 2014 at 8:43 AM, Matt Raible wrote: > Thanks - using this I was able to

Re: Reading Cookies

2014-03-29 Thread Matt Raible
to alter the build.xml quite a bit to get everything to compile: Cheers, Matt On Thu, Jan 16, 2014 at 2:24 PM, Dave wrote: > Here's the new one: > > http://svn.apache.org/repos/asf/roller/trunk/docs/examples/plugins/pluginmodel/ > >

Re: Reading Cookies

2014-01-16 Thread Matt Raible
I'm finally getting around to trying to implement reading cookies in my templates. But the above link doesn't work. Got a new one? On Fri, Aug 10, 2012 at 10:37 AM, Dave wrote: > On Fri, Aug 10, 2012 at 11:10 AM, Sarwar Bhuiyan > wrote: > > Something like this > > > http://www.jajakarta.org/ve

Re: encrypting Roller login password

2013-12-02 Thread Matt Raible
On Dec 2, 2013, at 3:43 PM, Dave wrote: > On Sat, Nov 30, 2013 at 2:04 PM, Glen Mazza wrote: > >> Hi, for a Roller installation I'd like to secure the site so my login >> password isn't being sent via cleartext, but at the same time not have the >> entire blog on >> SSL for performance reasons

Re: login

2013-05-14 Thread Matt Raible
You should be able to look into the database and see if your password is encrypted. You can adjust password encryption with the following 2 properties in $CATALINA_HOME/lib/roller-custom.properties: # Password security settings passwds.encryption.enabled=true passwds.encryption.algorithm=SHA O

Re: Inspiration // News blogs powered with Roller

2013-05-14 Thread Matt Raible
Wow - these look great! I really like the design. On May 14, 2013, at 6:34 AM, nicolas muller wrote: > Hello, > > We sent a new series of blogs built with Roller :-) We speak about > financial and legacy for private banking. > > In french you will have : > http://www.guywagnerblog.com/fre/ > h

Re: roller on JBoss

2012-08-27 Thread Matt Raible
On Aug 27, 2012, at 5:11 PM, Brian Lavender wrote: > I was able to successfully build the jboss war file from > the source. It runs on JBoss 6.1.0.Final with the Mysql > mysql-connector-java-5.1.16-bin.jar jdbc driver. Funny thing is that > when I create a datasource, it doesn't put the user-name

Reading Cookies

2012-08-10 Thread Matt Raible
Is it possible to read cookies in Velocity templates? I know how to do it in JS, but would prefer to do it on the server side. Thanks, Matt

Re: Site Down

2012-04-29 Thread Matt Raible
) --- ROOT CAUSE --- java.sql.SQLException: null, message from server: "Host '124-19-13-69.cust.propagation.net' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'" On Apr 29, 2012, at 11:18 AM, Matt Raible wrote: > It seems to be

Re: Site Down

2012-04-29 Thread Matt Raible
> I wonder if it's something like out of disk space or database corruption? > > Sarwar > > > On Sun, Apr 29, 2012 at 5:51 PM, Matt Raible wrote: > >> Hello all, >> >> My hosting provide had some issues last night and even though I haven't >> ch

Site Down

2012-04-29 Thread Matt Raible
Hello all, My hosting provide had some issues last night and even though I haven't changed anything in my Roller instance, I'm now getting the following error on startup: WARN 2012-04-29 10:44:49,006 WebloggerRuntimeConfig:getProperty - Trouble accessing property: site.frontpage.weblog.handle

Re: Error Installing Roller 5.0.0 - Missing JPA classes

2012-01-04 Thread Matt Raible
On Jan 4, 2012, at 4:11 PM, Chad La Joie wrote: > I'm attempting to install Roller 5.0.0. > > My environment is: > Sun Java, 1.6 > Jetty 8.0.4 > Derby 10.8.2.2 > > The full stack trace is below. The root cause though is the inability > to find the javax.persistence.PersistenceException class.

Re: Timestamps on Approved Comments

2011-12-16 Thread Matt Raible
si (I think we just have postTime now). > Comments should be displayed in reverse chronological order by > creationTime. > > - Dave > > > On Mon, Dec 5, 2011 at 12:16 PM, Matt Raible wrote: >> Hello all, >> >> I have comment moderation turned on for my blog

Timestamps on Approved Comments

2011-12-05 Thread Matt Raible
Hello all, I have comment moderation turned on for my blog for two reasons 1) it allows me to edit the HTML mistakes people make and make my comments look good and 2) it allows me to delete the spam. However, I've noticed that the comments get the timestamp of when I approve it, rather than th

Re: Memory leak, slow performance in Roller 5 on Tomcat 7

2011-06-21 Thread Matt Raible
I'd try bumping up your memory. Set a JAVA_OPTS (or CATALINA_OPTS) environment variable with something like the following: -server -Xms256M -Xmx256M -XX:PermSize=128M On Mon, Jun 20, 2011 at 7:45 PM, Dean Schulze wrote: > > > When loading the Front Page and the one other blog I have created the

Re: More issues with 5.0 RC4

2011-04-29 Thread Matt Raible
On Thu, Apr 28, 2011 at 11:45 AM, Matt Raible wrote: > > > On Wed, Apr 27, 2011 at 11:22 AM, Matt Raible wrote: > >> >> >> On Wed, Apr 27, 2011 at 6:39 AM, Matt Raible wrote: >> >>> >>> On Apr 26, 2011, at 7:44 PM, Dave wrote: >>>

Re: More issues with 5.0 RC4

2011-04-28 Thread Matt Raible
On Wed, Apr 27, 2011 at 11:22 AM, Matt Raible wrote: > > > On Wed, Apr 27, 2011 at 6:39 AM, Matt Raible wrote: > >> >> On Apr 26, 2011, at 7:44 PM, Dave wrote: >> >> > On Tue, Apr 26, 2011 at 2:23 PM, Matt Raible >> wrote: >> >> On Apr

Re: More issues with 5.0 RC4

2011-04-27 Thread Matt Raible
On Wed, Apr 27, 2011 at 6:39 AM, Matt Raible wrote: > > On Apr 26, 2011, at 7:44 PM, Dave wrote: > > > On Tue, Apr 26, 2011 at 2:23 PM, Matt Raible > wrote: > >> On Apr 26, 2011, at 12:20 PM, Dave wrote: > >>> On Tue, Apr 26, 2011 at 11:14 AM, Matt

Re: More issues with 5.0 RC4

2011-04-27 Thread Matt Raible
On Tue, Apr 26, 2011 at 7:44 PM, Dave wrote: > On Tue, Apr 26, 2011 at 2:23 PM, Matt Raible > wrote: > > On Apr 26, 2011, at 12:20 PM, Dave wrote: > >> On Tue, Apr 26, 2011 at 11:14 AM, Matt Raible > wrote: > >>> This morning I discovered a couple new iss

Re: More issues with 5.0 RC4

2011-04-27 Thread Matt Raible
On Apr 26, 2011, at 7:44 PM, Dave wrote: > On Tue, Apr 26, 2011 at 2:23 PM, Matt Raible wrote: >> On Apr 26, 2011, at 12:20 PM, Dave wrote: >>> On Tue, Apr 26, 2011 at 11:14 AM, Matt Raible >>> wrote: >>>> This morning I discovered a couple new issues

Re: More issues with 5.0 RC4

2011-04-26 Thread Matt Raible
On Apr 26, 2011, at 12:20 PM, Dave wrote: > On Tue, Apr 26, 2011 at 11:14 AM, Matt Raible wrote: >> This morning I discovered a couple new issues with my 5.0 RC4 install. >> >> 1) My tag cloud isn't working on my site. When I hit the following link, I >> don&#x

More issues with 5.0 RC4

2011-04-26 Thread Matt Raible
This morning I discovered a couple new issues with my 5.0 RC4 install. 1) My tag cloud isn't working on my site. When I hit the following link, I don't get any errors in my log, but it results in a 404. Any ideas? http://raibledesigns.com/rd/tags/appfuse 2) It looks like some of my blog entries

Re: Apache Roller 5.0 RC4 available for testing

2011-03-02 Thread Matt Raible
When trying to upgrade my production database (which is 3.23.56), I get the following error from dbscripts: $ mysql -u raible -p raible < 400-to-500-migration.sql Enter password: ERROR 1064 (0) at line 42: You have an error in your SQL syntax near 'as w set lastmodified = lastmodified

Re: Apache Roller 5.0 RC4 available for testing

2011-03-02 Thread Matt Raible
I tried installing my 4.0 database, upgrading it and getting all the proper JARs in place. I'm using Tomcat 7 with Java 6 on OS X and I get the following error on startup. I built from trunk rather than downloading the release. My roller-custom.properties has the following: plugins.page=\ org

Re: Apache Roller 5.0 RC4 available for testing

2011-02-27 Thread Matt Raible
I plan on testing this tomorrow and reporting back shortly after. On Feb 27, 2011, at 1:32 PM, Dave wrote: > Apache Roller 5.0 Release Candidate RC4 is now available for testing. > Note that this is NOT a release of the Apache Software Foundation or > anybody else; this release candidate is for

Re: roller won't start on Tomcat 7

2011-01-10 Thread Matt Raible
didn't include the > mail and activation .jar files. > > > > --- On Sun, 1/9/11, Matt Raible wrote: > > From: Matt Raible > Subject: Re: roller won't start on Tomcat 7 > To: user@roller.apache.org > Date: Sunday, January 9, 2011, 1:13 PM > >

Re: roller won't start on Tomcat 7

2011-01-09 Thread Matt Raible
I would look in $CATALINA_HOME/logs/localhost*.log and see if there's any additional information in there. On Jan 9, 2011, at 1:12 PM, Dean Schulze wrote: > Roller 4.0.1 won't start on Tomcat 7 with Postgresql 8.4. Here's the error: > > Jan 9, 2011 1:04:51 PM org.apache.catalina.startup.HostCo

Re: yet another install problem <-- ERROR: unable to obtain database connection. Likely problem: bad connection parameters or database unavailable.

2010-11-22 Thread Matt Raible
If you're using Tomcat 6+, /lib is the proper directory. On Nov 22, 2010, at 1:04 AM, nanren888 wrote: > > Dave, Chris, many thanks. > > (1) Had not seen the distinction between JNDI & whatever the other is called > at this point. Have long forgotten what little I knew of this. Seems exactly >

Re: Seeking clean, attractive Roller 4.0 theme

2010-09-24 Thread Matt Raible
My bad, .org not .com: http://rollerweblogger.org/roller/ On Sep 24, 2010, at 5:09 PM, "Christopher Dodunski" wrote: > I just see a placeholder at that URL. Correct domain? > > >> Just my 2 cents: >> >> I've often thought Dave's theme on http://rollerweblogger.com/roller is a >> nice socia

Re: Seeking clean, attractive Roller 4.0 theme

2010-09-24 Thread Matt Raible
Just my 2 cents: I've often thought Dave's theme on http://rollerweblogger.com/roller is a nice social (Flickr and Twitter widgets), simple and clean theme. On Sep 23, 2010, at 6:13 PM, Nelson Chamberlain wrote: > Hi Chris > > I like what you say about simple & elegant. The hard part is defi

Re: OOM Error after upgrading to Tomcat 6.0.24 and Java 6

2010-02-22 Thread Matt Raible
On Sat, Feb 20, 2010 at 6:32 AM, Dave wrote: > On Tue, Feb 16, 2010 at 9:37 AM, Matt Raible wrote: >> I recently upgraded http://raibledesigns.com to run on Tomcat 6.0.24 >> and Java 6 (1.6.0_07). While my site seems to hum along just fine, >> when I approve/delete comments

OOM Error after upgrading to Tomcat 6.0.24 and Java 6

2010-02-16 Thread Matt Raible
Hello all, I recently upgraded http://raibledesigns.com to run on Tomcat 6.0.24 and Java 6 (1.6.0_07). While my site seems to hum along just fine, when I approve/delete comments, the following error occurs in my logs: Feb 16, 2010 7:34:02 AM org.apache.catalina.core.StandardWrapperValve invoke SE

Re: unable to save drafts or publish new entries

2009-11-23 Thread Matt Raible
I get a permission denied error almost every day when I go into the admin UI. I believe it happens when I'm using Remember Me. Refreshing solves the problem, but it is annoying (but obviously not annoying enough for me to fix it). Matt On Mon, Nov 23, 2009 at 9:42 AM, Bear Giles wrote: > A bit

Re: Unable to Configuration LDAP with Apache Roller 4.0 ?

2009-11-04 Thread Matt Raible
What makes you believe you're still using the database? On Wed, Nov 4, 2009 at 1:20 AM, Rajasekhar C wrote: > Dear Experts, > > I am trying to setup the LDAP with Apache Roller. > I had followed the steps given in wiki: > > http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+a

Re: Output to XML

2009-10-19 Thread Matt Raible
Matt On Mon, Oct 19, 2009 at 12:04 PM, ALAA MURAD wrote: > First,  thanks for the quick response > If u could tell me what file that generate  the RSS /Atom feed ? as I need > to modify it > > Thanks in advance > > On Mon, Oct 19, 2009 at 6:10 PM, Matt Raible wrote: > >

Re: Output to XML

2009-10-19 Thread Matt Raible
I would recommend grabbing the Atom or RSS feed for the blog rather than the HTML output. On Mon, Oct 19, 2009 at 9:07 AM, ALAA MURAD wrote: > Hi, I'm trying to create XML output for the blog as I want to create a > custom GWT theme. I don't want to use the velocity engine , I want to use > direc

Re: iPhone CSS for Roller

2009-10-16 Thread Matt Raible
t 7:35 PM, Sean Gilligan wrote: > Matt Raible wrote: >> >> I just recently noticed that Steve O'Grady's blog >> (http://redmonk.com/sogrady/) looks awfully good on my iPhone. Has >> anyone done something similar for a Roller theme? >> > > http://rollerwe

iPhone CSS for Roller

2009-10-16 Thread Matt Raible
Hey all, I just recently noticed that Steve O'Grady's blog (http://redmonk.com/sogrady/) looks awfully good on my iPhone. Has anyone done something similar for a Roller theme? Thanks, Matt

Re: SMTP host without SSL

2009-09-15 Thread Matt Raible
On Tue, Sep 15, 2009 at 1:33 AM, Vivek Gupta wrote: > I configured Roller 4.0 for mail settings shown below - > > mail.hostname=smtp.gmail.com > mail.username=admin > mail.password=admin123 > mail.port=465 > > On startup the roller logs are showing the exception > > WARN 2009-09-15 11:24:40,078

Re: Integration of Roller with website

2009-08-22 Thread Matt Raible
You could probably write a custom Authentication Provider for Spring Security so it recognizes your session. Here's how I've programmatically logged into Spring Security in the past (from an unprotected Action in the same webapp). UsernamePasswordAuthenticationToken auth = new UsernamePass

Re: Integration of Roller with website

2009-08-20 Thread Matt Raible
What are you using for Security on your own site? Container-managed authentication or Spring Security per chance? The best way to integrate Roller with some sort of single sign-on system is to use CAS. http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS Matt On Thu, Au

Re: Java Hosting for Roller

2009-08-13 Thread Matt Raible
I use kgbinternet.com and it works well. I believe Dave uses kattare.com. Matt On Thu, Aug 13, 2009 at 6:48 PM, Alfonso Romero wrote: > Could anyone recommend a good Java Hosting service for Apache Roller? I > just googled and found JavaHosting.com, but haven't worked with them yet... > > Thank

Re: August 2009 board report

2009-08-11 Thread Matt Raible
Slacker committers... ;-) On Tue, Aug 11, 2009 at 8:11 PM, Dave wrote: > Here's what I plan to submit for this month's board report: > >   http://cwiki.apache.org/confluence/display/ROLLER/August+2009+Board+Report > > - Dave >

Re: Restricted blogs in Roller

2009-03-25 Thread Matt Raible
No. (just guessing) On Tue, Mar 24, 2009 at 9:43 PM, Ing. Alfonso Romero wrote: > Hi: > > Are there any plans to include restricted blogs in Roller? Or has anybody > worked on something similar? > > Thanks in advance for your response, > > Alfonso Romero > >

Re: Authenticate Roller without using acegi framework.

2009-03-12 Thread Matt Raible
I would suggest deploying as two separate WARs and using CAS to allow single-signon for both. Matt On Thu, Mar 12, 2009 at 6:09 AM, Arun Kumar wrote: > Hi, > I need to integrate Roller in my existing web-app. My current web-app uses > spring-2 framework and acegi security. > Now, authentication

Re: error.permissionDenied

2009-03-05 Thread Matt Raible
This has been happening on my server for over a year now. I've never been motivated to fix because I'm in the habit of hitting refresh now. ;-) On Mar 5, 2009, at 7:03 AM, Oliver Dunkl wrote: * Henning Brune wrote on 05 Mar 2009: On our jRoller installation users receive this message on

Re: Blog entries with expiration date?

2009-03-05 Thread Matt Raible
You used go be able to set the publish date to a future date/time to get this functionality. I haven't tried lately. Matt On Mar 5, 2009, at 6:27 AM, Henning Brune wrote: Hello rollers, some of our users think it would be a good idea to have an expiration date for blog entries. After th

Re: Darkritual Theme for Roller 4.0?

2009-02-22 Thread Matt Raible
Nevermind, I was able to get the one referenced below to work. Sorry for the noise. ;-) Matt On Sun, Feb 22, 2009 at 2:21 PM, Matt Raible wrote: > Has anyone ported the "darkritual" theme to Roller 4.0? > > http://rollerthemes.com/home/resource/preview-darkritual.html > > Thanks, > > Matt >

Darkritual Theme for Roller 4.0?

2009-02-22 Thread Matt Raible
Has anyone ported the "darkritual" theme to Roller 4.0? http://rollerthemes.com/home/resource/preview-darkritual.html Thanks, Matt

Re: About the Apache Roller Permalink

2009-02-19 Thread Matt Raible
Why would you want both user id and handle in the URL? On my blog, that would look like: http://raibledesigns.com/rd/rd Since my handle and userid are the same. Matt On Wed, Feb 18, 2009 at 9:04 PM, (David) Ming Xia wrote: > Hi, All. > > A question on permalink. When I created a weblog, I g

Re: editable comments?

2009-02-09 Thread Matt Raible
No. On Mon, Feb 9, 2009 at 4:04 AM, Dick Davies wrote: > Just a quick check; does roller 4.0.1 currently support editing of comments > (e.g. to fix typos)? >

Re: Sharing my xhtml strict Roller theme

2009-02-02 Thread Matt Raible
Nice work! I did notice a JavaScript error in Firebug - you might want to look at that. Otherwise, it gets an B (82) from YSlow, which is pretty good IMO. My site (http://raibledesigns.com) gets an F (43). Matt On Feb 2, 2009, at 3:08 PM, Trygve Lie wrote: If anyone is interested; I've

Re: Roller 4 with SSO/LDAP authentication?

2009-01-27 Thread Matt Raible
On Jan 27, 2009, at 1:53 AM, Gilgamesh Nootebos wrote: Hi all, I tried http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS and I have a feeling that I'm missing something. Have you tried these instructions? If so, what's not working? Do you see error messa

Re: User blogs are not being decorated by sitemesh.

2008-12-18 Thread Matt Raible
on: keep-alive > Cookie: JSESSIONID=F022F9377F2DBF6D07EE95E3FF1A819B > > HTTP/1.x 200 OK > Server: Apache-Coyote/1.1 > Last-Modified: Thu, 18 Dec 2008 19:30:31 GMT > Expires: Thu, 01 Jan 1970 00:00:00 GMT > Content-Type: text/html;charset=utf-8 > Content-Length: 15923 > Da

Re: User blogs are not being decorated by sitemesh.

2008-12-18 Thread Matt Raible
You might use something like Live HTTP Headers to see the content type that's returned. SiteMesh decorates text/html by default and Roller might be returning something else. Matt On Thu, Dec 18, 2008 at 12:57 PM, doahh wrote: > > Playing with a default install of roller the problem seems to be t

Re: How to check out the source code for Apache Roller

2008-11-06 Thread Matt Raible
http://cwiki.apache.org/confluence/display/ROLLER/Roller+Source+Code On Thu, Nov 6, 2008 at 12:36 PM, Alexis Votta <[EMAIL PROTECTED]> wrote: > How can I check out the source code for Apache Roller? > -- http://raibledesigns.com

Re: Cannot connect to database

2008-09-30 Thread Matt Raible
Can you connect to your database from the command line? If you're using MySQL, "mysql -u root -p" should allow you to connect. It looks to me like your DB isn't running. Matt On Wed, Oct 1, 2008 at 12:04 AM, raúl fuenzalida <[EMAIL PROTECTED]> wrote: > hi!, don't know what i did wrong, help pleas

Re: Integrating with Social Networking Solutions?

2008-08-15 Thread Matt Raible
Dave's other project might be more of what you're looking for: https://socialsite.dev.java.net/ Matt On Fri, Aug 15, 2008 at 10:55 AM, Crick Opinion <[EMAIL PROTECTED]> wrote: > Hi All, > > I would like to extend Roller4.x capabilities with adding some kind of social > networking features. At t

Re: preferred Database (and appserver)?

2008-08-07 Thread Matt Raible
Tomcat + MySQL, just started my 7th year with this combination. Matt On Thu, Aug 7, 2008 at 10:27 AM, Beyer,Nathan <[EMAIL PROTECTED]> wrote: > Tomcat/Derby > > Tomcat/MySQL > > Tomcat/MS SQL Server > > I've only used Derby for testing and hacking around. The other two I've used > in moderate lo

Re: AD and user provisioning

2008-06-26 Thread Matt Raible
Apache mailing lists don't accept attachments so the best way to submit code is to create a JIRA ticket and attach it there. Matt On Thu, Jun 26, 2008 at 10:54 AM, A <[EMAIL PROTECTED]> wrote: > > Hi, > > I though I attached a zip file with it. > Anyway, here it is: > > public class BasicUserAuto

Re: Roller Memory Use

2008-04-15 Thread Matt Raible
I would try for 256MB if possible. Here's what I use: $ echo $CATALINA_OPTS -server -Xms256M -Xmx256M -Duser.timezone=America/Denver Matt On Apr 15, 2008, at 2:31 PM, Brian Levine wrote: Hi, I'm running Roller in a shared hosting environment that gives me a 128MB java heap. I've added a

Re: JOSSO

2008-04-09 Thread Matt Raible
atcher homepage = > request.getRequestDispatcher("/roller-ui/rendering/page/"+frontpageBlog); > homepage.forward(request, response); > > Any ideas how I can avoid that? > > Jens > > > > > > On Tue, Apr 8, 2008 at 6:44 PM, Matt Raible <[EMAIL PROT

Re: JOSSO

2008-04-08 Thread Matt Raible
This may help: http://www.josso.org/confluence/display/JOSSO1/Spring+Security+(ACEGI) Matt On Tue, Apr 8, 2008 at 6:57 AM, Jens Greive <[EMAIL PROTECTED]> wrote: > Hi all, > > has anyone successfully setup Josso (www.josso.org) with roller? Is there a > way to configure roller to use Josso wit

Re: How to embed images and videos in blog

2008-04-01 Thread Matt Raible
Yes. You should be able to upload an image or video and then reference them using the appropriate HTML. You might also consider using Flickr and YouTube to host your images and videos - that's what I do. Matt On Tue, Apr 1, 2008 at 5:47 PM, abhay srivastava <[EMAIL PROTECTED]> wrote: > Hello Folk

Re: Category Mastheads?

2008-04-01 Thread Matt Raible
I think I've done what you're looking for on my site (http://raibledesigns.com). If you click on the categories, the theme changes. This is done by setting a body class and then using CSS to change the header and colors. Here's the relevant part of my template: #if ($model.weblogCategory) #set

Re: Roller + CAS

2008-03-31 Thread Matt Raible
Are you setting up CAS to talk to Roller's database? Did you get things working with the hard-coded SimpleTestUsernamePasswordAuthenticationHandler first? I'd suggest doing this first to verify everything is configured correctly. Matt On Mon, Mar 31, 2008 at 4:21 AM, Jens Greive <[EMAIL PROTECTED

Re: Incorporate site level change (Adding Widgets)

2008-02-25 Thread Matt Raible
mation. -- Cheers.. :) Abhijeet On Feb 19, 2008 4:12 PM, Matt Raible <[EMAIL PROTECTED]> wrote: Are these widgets going to be interactive or read-only? For interactive widgets, I believe Dave has thought about making Roller an OpenSocial container. Matt On Feb 19, 2008 1:50 PM, Abh

Re: java heap space

2008-02-19 Thread Matt Raible
I would try to get at least 128MB. It might work with 64, but I haven't tried it myself. I run my site with the following CATALINA_OPTS: -server -Xms256M -Xmx256M -Duser.timezone=America/Denver Matt On Feb 19, 2008 9:03 PM, Peiqiang Han <[EMAIL PROTECTED]> wrote: > Hi, > > I wish to deploy rolle

Re: Incorporate site level change (Adding Widgets)

2008-02-19 Thread Matt Raible
Are these widgets going to be interactive or read-only? For interactive widgets, I believe Dave has thought about making Roller an OpenSocial container. Matt On Feb 19, 2008 1:50 PM, Abhijeet Anand <[EMAIL PROTECTED]> wrote: > Hi, > > I am the administrator of a multi user blog site powered by ro

Re: Problem with emails sending

2008-02-19 Thread Matt Raible
It looks like the username/password you're using for your mail server is invalid. Can you verify you're using the correct values? Matt On Feb 19, 2008 12:47 PM, Christian Schleif <[EMAIL PROTECTED]> wrote: > Hi, > > I have a fresh roller installation and the email notification doesn't > work. I h

Implementing a Tag Cloud

2008-02-12 Thread Matt Raible
Is this the most appropriate way to implement a tag cloud? http://blogs.sun.com/sharps/entry/hacking_roller_tag_clouds Thanks, Matt -- http://raibledesigns.com

Re: Roller 4.0 on resin 3.0.x

2008-02-09 Thread Matt Raible
I believe I've seen this before - you might want to search the archives (roller.markmail.org) for your error. Matt On Feb 9, 2008 12:27 PM, ries van Twisk <[EMAIL PROTECTED]> wrote: > Hey, > forgot to mail the actual error I currently have : > > > 500 Servlet Exception > > [show] <0.9.7-incubatin

Re: Source Code Highlighting

2008-02-06 Thread Matt Raible
think that Google's blogger has it either by default. > > If you host a public blog, you should provide syntax highlighting. > > David > > > Matt Raible-3 wrote: > > > > I don't use this on my blog, but I'll probably think about it the next > >

Re: sunset stylesheet for 4.0

2008-01-29 Thread Matt Raible
Direct link: https://roller.dev.java.net/files/documents/190/73210/themes-sunsets-4.0.tar.gz The themes link seems to go to an outdated listing. Matt On 1/29/08, Dave <[EMAIL PROTECTED]> wrote: > There is a 4.0 version of Sunsets at the Roller Support project > (http://roller.dev.java.net). > >

Re: Tomcat Hosts

2008-01-16 Thread Matt Raible
I've been happy with kgbinternet.com. Matt On Jan 16, 2008, at 2:44 PM, Lee Tambiah wrote: I will be moving my blog from wordpress to Roller sometime this year, however does anyone have any hosts that could recommended at a good price? Cheers Lee Tambiah

Re: roller-custom.properties not working

2008-01-16 Thread Matt Raible
What application server are you using? If nothing else, putting it in WEB-INF/classes should work. Matt On Jan 16, 2008, at 4:14 PM, Leung, Wilkins (VIC) wrote: Hi Dave, Roller-custom.properties doesn't seem working for Roller 4.0. I have tried to customize the following in the roller-c

Tech Meetup in Palo Alto this week

2008-01-15 Thread Matt Raible
Roller users and enthusiasts, Dave and I (and hopefully many others) are going to meetup tomorrow night at The Old Pro in Palo Alto at 6:30 PM. If you'd like to join us for a beer or two, please do. For more information, please see Dave's blog: http://rollerweblogger.org/roller/entry/sant

Re: MacOSX Client Recommendations?

2008-01-04 Thread Matt Raible
I use MarsEdit. http://www.red-sweater.com/marsedit/ Matt On 1/4/08, David Fisher <[EMAIL PROTECTED]> wrote: > I'm new to Roller and Blogs - but not computing. I appreciate all the > hard work of all the contributers to this project. Here is a question > that is not a complaint :-) > > I've trie

Re: Roller 4.0 and Sun Java Application Server 9.1 Issue

2007-12-18 Thread Matt Raible
orked. Probably just a Geronimo thing. Matt On 12/18/07, Dave <[EMAIL PROTECTED]> wrote: > On Dec 18, 2007 11:10 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > > The best place I've found to put roller-custom.properties (so it works > > on multiple servers) is in WEB-INF/c

Re: Roller 4.0 and Sun Java Application Server 9.1 Issue

2007-12-18 Thread Matt Raible
The best place I've found to put roller-custom.properties (so it works on multiple servers) is in WEB-INF/classes. Matt On 12/18/07, Dave <[EMAIL PROTECTED]> wrote: > On Dec 17, 2007 12:46 PM, Nate Keegan <[EMAIL PROTECTED]> wrote: > > Solaris 10 update 4 > > Sun Java Application Server 9.1 (i.e.

Re: Error while locating instance bound to JPAPersistenceStrategy with Roller 4 and GF 2

2007-12-11 Thread Matt Raible
On Dec 11, 2007, at 10:38 AM, Rodrigo Reyes wrote: Ok. Seems like it was a very simple error. It was not Java 6 but an incorrect roller-custom.properties. Once I overwrite it with the right info, everything worked like a charm. Now that I have done this, I could write a small tutorial with

Re: Frontpage at root

2007-12-01 Thread Matt Raible
On Dec 1, 2007, at 12:44 PM, Rocco Scappatura wrote: Main Menu > Server Administration > Server Admin > Handle of weblog to serve as frontpage blog Thanks Matt, So I can create a customized Fron Page and access it as http://www.example.com/roller/handle! No, if you specify a frontpag

Re: Frontpage at root

2007-12-01 Thread Matt Raible
. What is the best way to approach this? Is there an example, or should I go through roller-template- guide.pdf? Ronald On 11/27/07, Matt Raible <[EMAIL PROTECTED]> wrote: What you're looking for is possible with Roller. The Frontpage theme has macros that show you all available

Re: Roller under JDK 1.5 and Tomcat 4.1.34

2007-11-27 Thread Matt Raible
do not see any logs generated when I try running Roller under Tomcat 4.1.34. I'm curious how your trial went. Thanks -Original Message----- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 3:44 PM To: user@roller.apache.org Subject: Re: Roller under JDK 1.5

Re: Frontpage at root

2007-11-27 Thread Matt Raible
y to approach this? Is there an example, or should I go through roller-template- guide.pdf? Ronald On 11/27/07, Matt Raible <[EMAIL PROTECTED]> wrote: What you're looking for is possible with Roller. The Frontpage theme has macros that show you all available blogs and such. See

Re: Frontpage at root

2007-11-27 Thread Matt Raible
Iwema On 11/24/07, Matt Raible <[EMAIL PROTECTED]> wrote: Yes, this is possible. Just create a blog using the Frontpage theme and then set it as the default handle in Website > Settings. You'll also need to install Roller as the ROOT web application. Matt On Nov 24, 2007, at 3:

Re: Roller under JDK 1.5 and Tomcat 4.1.34

2007-11-26 Thread Matt Raible
u can throw some light on this. Thanks, -----Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 3:14 PM To: user@roller.apache.org Subject: Re: Roller under JDK 1.5 and Tomcat 4.1.34 Just curious - why do you want to use Tomcat 4.1 when 5.0, 5.5 and

Re: Roller under JDK 1.5 and Tomcat 4.1.34

2007-11-26 Thread Matt Raible
Just curious - why do you want to use Tomcat 4.1 when 5.0, 5.5 and 6.0 are out? Matt On Nov 26, 2007, at 1:41 PM, Prabhu Patil wrote: All, Is it possible to run Roller 3.1 under JDK 1.5 & Tomcat 4.1.34? The installation guide mentions Tomcat 5.x as the recommended version of the server. H

Re: Frontpage at root

2007-11-25 Thread Matt Raible
Yes, this is possible. Just create a blog using the Frontpage theme and then set it as the default handle in Website > Settings. You'll also need to install Roller as the ROOT web application. Matt On Nov 24, 2007, at 3:34 PM, Ronald Iwema wrote: Hi guys, I am curently installing a blogser

Re: Geronimo 2.0.2 and Roller 4.0

2007-11-10 Thread Matt Raible
http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+on+Geronimo On Nov 10, 2007, at 5:38 AM, Mateusz Kaduk wrote: Hi, Is there any step by step tutorial how to deploy and run roller 4.0 on geronimo 2.0.2 with embed Derby database and MySQL variants ? If I knew how I would write one..:(

Re: Roller+CAS+LDAP: Wrong username and password combination

2007-11-07 Thread Matt Raible
Did you setup CAS to talk to LDAP using the roller.ldif file? On 11/7/07, Imam Indra Prayudi <[EMAIL PROTECTED]> wrote: > Hi All, > > I've followed the instructions on the > http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP > +and+CAS to integrate Roller with CAS and LDAP/Roll

Re: example config for using CAS for SSO with Roller

2007-10-22 Thread Matt Raible
I'm trying these instructions and I've gotten as far as configuring security.xml and getting Roller started. In addition to these instructions, I had to add casclient.jar to my WEB-INF/lib directory. Do you know how I can add users to CAS or how to have it read users from LDAP? Thanks, Matt On

  1   2   >