Hello,
I tried installing Roller 4.0 on Sun Java Application server V9.1 but
get stuck when starting the webapp. I see in the log file that the
configuration file is found in the classpath but when deploying on the
server I receive the following error message:
"java.lang.IllegalStateException: Roller Weblogger has not been
bootstrapped yet"
and I see that there is a problem when trying to open the index.jsp
page:
"org.apache.jsp.index_jsp._jspService(index_jsp.java:58)"
which instruction is :
"RequestDispatcher setuppage =
request.getRequestDispatcher("/roller-ui/setup.rol");"
Did I miss something as a preliminary task before installation?
Thanks for any help,
Joel