I delveloped a project in springmvc and maven by intellij.
When the project is running in windows 10 and tomcat8.5.13,it works well.But when it runs in ubuntu16.04, there are some erros:
Error during artifact deployment. See server log for details.
I am sure that my code is correct because I can run it in windows10 or mac os.And I used the same version of tomcat in these os——v8.5.13.
I have read many answers in the sof,but no one can solve my problem.
And the most strange thing is:though there are some errors when I run the tomcat in my intellij, I can find my web in http://localhost:8080 correctly.