Hi, I'm willing to install the latest ART version (5.6).
I've put art.war (in fact, I have renamed it art2.war, to distinguish from another ART instance already running) into the webapp directory of a fresh tomcat 10.0.7 server. The war file has succesfully been unzipped into an "art2" directory by the server.
Las, when attempting to reach "http://mytomcat:8080/art2", I get a 404 error in return, both on browser and in localhost_access_log file.
The catalina.out file says:
06-Jul-2021 17:40:38.801 SERIOUS [main] org.apache.catalina.core.StandardContext.startInternal One or more listeners could not be started
06-Jul-2021 17:40:38.806 SERIOUS [main] org.apache.catalina.core.StandardContext.startInternal start error of context [/art2]
The localhost.log file says:
06-Jul-2021 17:40:38.788 SERIOUS [main] org.apache.catalina.core.StandardContext.listenerStart Error during configuration of application class listener (application listener) [net.sf.mondrianart.mondrian.web.taglib.Listener]
java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener
Whats's wrong ? with mondrian ?
Thanx in advance,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm willing to install the latest ART version (5.6).
I've put art.war (in fact, I have renamed it art2.war, to distinguish from another ART instance already running) into the webapp directory of a fresh tomcat 10.0.7 server. The war file has succesfully been unzipped into an "art2" directory by the server.
Las, when attempting to reach "http://mytomcat:8080/art2", I get a 404 error in return, both on browser and in localhost_access_log file.
The catalina.out file says:
06-Jul-2021 17:40:38.801 SERIOUS [main] org.apache.catalina.core.StandardContext.startInternal One or more listeners could not be started
06-Jul-2021 17:40:38.806 SERIOUS [main] org.apache.catalina.core.StandardContext.startInternal start error of context [/art2]
The localhost.log file says:
06-Jul-2021 17:40:38.788 SERIOUS [main] org.apache.catalina.core.StandardContext.listenerStart Error during configuration of application class listener (application listener) [net.sf.mondrianart.mondrian.web.taglib.Listener]
java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener
Whats's wrong ? with mondrian ?
Thanx in advance,
Hi. ART currently doesn't work with Tomcat 10. Please use Tomcat 9.5.