Questions tagged [apache-roller]
9 questions
5
votes
4 answers
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'
Hi
When I try to connect to the datasource using JNDI, I am getting this error:
[org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'
at…

skip
- 12,193
- 32
- 113
- 153
1
vote
1 answer
Apache Roller Weblogger software
I am creating a blog using Apache Roller Weblogger software, am very new to this..
I am deploying it on the Tomcat, and m using the PostgreSQL database.. I did all the configuration in the roller-custom.properties.. If i give the url…

Vinayak Bevinakatti
- 40,205
- 25
- 108
- 139
1
vote
3 answers
Building Apache Roller on Windows 7
I am getting this kind of error when i tried to build apache roller on my windows 7 service pack 1 64 bit.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (gen-db-scripts) on project roller-webapp: An Ant…

Adit
- 183
- 1
- 8
1
vote
2 answers
Apache Roller - how to get absolute URL with path of a current page via Velocity template
I just couldn't find the way how to get the complete URL of a current page via Velocity template language of Apache Roller.
So far I tried:
$url.absoluteSite - this gives the TLD of the site, but no path.
$url.site - gives me nothing (probably due…

Tamas
- 39
- 4
0
votes
1 answer
Change Apache Roller URL Structure
I have one existing website and want to migrate to Apache Roller CMS.
Existing website url is following
http://www.xx.com/blog/2015/03/how_to_change_the_url_structure
Can I able to use the same url structure in Roller CMS, otherwise it is…

java specialist
- 104
- 7
0
votes
2 answers
How do I solve "Roller Weblogger has not been bootstrapped yet"?
I'm getting the following error when I try to access Roller:
I'm running it on Tomcat on Windows 7. I've just put the roller.war file in the webapps folder, Tomcat is properly configured, but Roller does not work. How do I solved it? Why this error…

Ericson Willians
- 7,606
- 11
- 63
- 114
0
votes
1 answer
How to host apache roller on a shared apache tomcat server
Finally I am ready with my roller with my faded java knowledge. Thanks to the Apache roller which made the daunting task so easy and Gelen for answering my stupid questions with patience.
Now I have a new problem of hosting this in a shared apache…

Raja
- 627
- 1
- 9
- 24
0
votes
1 answer
Iterate through every entry or posts in apache roller weblog
I am creating a blog using apache roller 5.xx version
I am able to design templates with default macros but I don't know how to write custom programs to it. I am fighting with this pager thing for almost 2 days with no solution now
Can anybody…

Raja
- 627
- 1
- 9
- 24
0
votes
1 answer
Apache roller url rewriting
Does anybody know if there is a way to rewrite the urls generated by Apache Roller to make them SEO friendly?
The 2 issues I have with the urls generated by Roller are that they use '_' to separate words (and do not allow '-') and the number of…

user2177336
- 205
- 3
- 13