Tomcat: IllegalStateException: No output folder
1 min read
1 min read
Today, I started to create a couple of JSP pages for the server-side part of my MSc thesis project in order to be able to output some meaningful statistics of the underlying data in form of diagrams. The server was already based on Tomcat and Spring because the mobile client transmits the data over XML-RPC HTTP to an appropriate Spring controller which handles the requests.
So everything I needed to do was toModelAndView
the jsp pageViewResolver
bean in the spring configurationSimpleUrlHandlerMapping
that points to the before created controllerorg.apache.jasper.JasperException: java.lang.IllegalStateException: No output folder
chown -R Juri apache-tomcat-6.0.29