JavaRush /Java Blog /Random EN /Deploying a web service on Tomcat in Intellij Idea
wolfio
Level 28
Nauka

Deploying a web service on Tomcat in Intellij Idea

Published in the Random EN group
Hello.
Deploying a web service on Tomcat in Intellij Idea - 1
I’m trying for the second day to deploy a web service using various tutorials, using Idea. I read a bunch of manuals and documentation on this topic, but the result is still sad - I launch my configuration from the environment, but at localhost:8080, I see the following: Deploying a web service on Tomcat in Intellij Idea - 2For a perfect example, I took this article: http://devcolibri.com /1043 If you do everything exactly as described here, everything works. However, the structure of my project, which I created based on everything I read, is somewhat different: Deploying a web service on Tomcat in Intellij Idea - 3The configuration of my project looks like this: Deploying a web service on Tomcat in Intellij Idea - 4 I don’t know if I did everything right. Can anyone tell me what I'm doing wrong? The idea starts Tomcat, but there are no errors in the logs, everything looks like everything is working. I suspect that the war file is not placed somewhere. But I don’t understand where and how exactly in the idea..
Comments
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION