Re: roller 5.1 & tomcat 8

Kohei Nozaki <[email protected]> Wed, 03 Jun 2015 18:21:04 +0900
Newsgroups gmane.comp.java.roller.user
Message-ID <[email protected]>
Hi Boris,

Could you give steps to reproduce your problem? what URL which makes 
this exception happen? did you make any modification to Roller source 
code or JSP?

Kohei

On 6/1/15 5:20, Boris wrote:
> Hi!
>
> Here is a snippet from tomcat 8 log file.
>
> An error occurred at line: 21 in the jsp file: /index.jsp
> org.apache.roller.weblogger.config.WebloggerRuntimeConfig cannot be
> resolved to a type
> 18:
> 19: // lets see if we have a frontpage blog
> 20: String frontpageBlog =
> 21:
> org.apache.roller.weblogger.config.WebloggerRuntimeConfig.getProperty("site.frontpage.weblog.handle");
> 22:
> 23: if (frontpageBlog != null && !"".equals(frontpageBlog.trim())) {
> 24:     // dispatch to frontpage blog
>
>
> Stacktrace:] with root cause
>   org.apache.jasper.JasperException: Unable to compile class for JSP:
>
> An error occurred at line: 21 in the jsp file: /index.jsp
> org.apache.roller.weblogger.config.WebloggerRuntimeConfig cannot be
> resolved to a type
> 18:
> 19: // lets see if we have a frontpage blog
> 20: String frontpageBlog =
> 21:
> org.apache.roller.weblogger.config.WebloggerRuntimeConfig.getProperty("site.frontpage.weblog.handle");
> 22:
> 23: if (frontpageBlog != null && !"".equals(frontpageBlog.trim())) {
> 24:     // dispatch to frontpage blog
>
>
>
>   Boris
>
>   [image: Facebook] <http://www.facebook.com/borismil> [image: Twitter]
> <http://www.twitter.com/borismi>
>