Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error running Tomcat 6.0.43: HTTP Connector node not found: set up one in the server.xml

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.

like image 479
Codemon Avatar asked Mar 29 '15 20:03

Codemon


2 Answers

Uncomment/add corresponding <Connector port=... node into your Tomcat/conf/server.xml file

like image 70
am0wa Avatar answered Nov 15 '22 04:11

am0wa


Apparently the server.xml was missing? I just added that and the Connector node and solved my problem. Weird :)

like image 40
Codemon Avatar answered Nov 15 '22 03:11

Codemon