mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 101 forks source link

pivot4j Analytics 0.9 war file: compatibility issue with servlets 3.0+ #112

Closed ghost closed 10 years ago

ghost commented 10 years ago

When I try to deploy pivot4j Analytics 0.9 SNAPSHOT on a jetty 8 (which has servlet 3.0 jar bundled), I get this error message:

javax.servlet.UnavailableException: In a Servlet 3.0+ application, you must not define a log4jServletFilter in web.xml. Log4j 2 defines this for you automatically.

When I'm trying to access the application, I get HTTP Error 503: Service Unavailable.

Of course, I can remove the servlet & mapping and it will solve the problem. However, I think you should know that this problem exists.

mysticfall commented 10 years ago

@kiteRk Thanks much for reporting this! I'll check it in a day or two and see what I can do.