Skip to content
Advertisement

Tag: jetty

java.lang.ClassNotFoundException: org.eclipse.jetty.Server

I am trying to run a maven project when I run mvn install everything is ok I got build success qnd when I tried to lunch the project I got the following exception: and when I run mvn dependency:tree I got the following results: and this is my pom.xml file : so any idea how to fix this problem !!!!

IntelliJ Idea IDE using port 1099

I’m using IntelliJ Idea Community Edition IDE and I’m trying to run a Maven WebApp with Jetty by command line. I’m on a RedHat box I run this command: And I get this error: The funny thing is that when I close IntelliJ Idea, the 1099 port is released. I can’t find the reason why and how Idea is using

Advertisement