Reputation: 369
I am trying to configure Tomcat in Intellij for a project but I got stuck at this error after trying to run Tomcat. I'm not sure where to go from here.
Upvotes: 5
Views: 19035
Reputation: 8377
Uncomment/add corresponding <Connector port=...
node into your Tomcat/conf/server.xml file
Upvotes: 7
Reputation: 369
Apparently the server.xml was missing? I just added that and the Connector node and solved my problem. Weird :)
Upvotes: 2