Saturday, 27 February 2016

Tomcat 404 error. jetty



Tomcat 404 error.

Better use jetty server plugin in your pom.xml
It won't give any error regarding server.
and use below command to run application.
clean install jetty:run
it will run without issues.

Tomcat issues.
We always face so many issues with Tomcat.
Every time we have to delete and add new Tomcat server.
Some times eclipse uses eclipse tomcat plugin but we could not find it.And we will go for other attempts to resolve issues.

So better to go jetty server.

i will provide the jetty dependency also.


<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.14.v20131031</version>

No comments:

Post a Comment