Witam. Zainstalowałem sobie Xamppa. Apache oraz MYSQL uruchamiają mi się prawidłowo, jednak mam problem z Tomcatem. Po uruchomieniu Xampp-control panel, wyskakuje błąd

1912 [Tomcat] Problem detected!
1912 [Tomcat] Port 8080 in use by "tnslsnr.exe"!
1912 [Tomcat] Tomcat WILL NOT start without the configured ports free!
1912 [Tomcat] You need to uninstall/disable/reconfigure the blocking application
1912 [Tomcat] or reconfigure Tomcat to listen on a different port

Faktycznie Oracle uruchamia mi się na 8080, ale zmieniłem w pliku server.xml port w linijkach:

<Connector port="8181" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />

<!--
<Connector executor="tomcatThreadPool"
port="8181" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />

Więc gdzie jest błąd?