You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the demo module (java -jar %JETTY_HOME%/start.jar --add-module=demo) and put the rdf4j-server.war and rdf4j-workbench.war in jetty-base/webapps. Then I start jetty (java -jar %JETTY_HOME%/start.jar). During the start up i get several java exceptions
java.lang.NoClassDefFoundError: javax/servlet/Filter
java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet
I am not a Java expert, what is the issue and how to fix it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I installed the demo module (java -jar %JETTY_HOME%/start.jar --add-module=demo) and put the rdf4j-server.war and rdf4j-workbench.war in jetty-base/webapps. Then I start jetty (java -jar %JETTY_HOME%/start.jar). During the start up i get several java exceptions
java.lang.NoClassDefFoundError: javax/servlet/Filter
java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet
I am not a Java expert, what is the issue and how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions