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>

Reply via email to