Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't start tomcatv9.0 in Eclipse

Server OverviewI am getting an error while trying to start tomcat from eclipse. The error message shows.

The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports.

what I have done is installed tomcat v9.0 and eclipse oxygen and connected tomcat with eclipse.

Windows 7 - 32 bit
Eclipse Oxygen
Tomcat v9.0

Please help me!

The error message is...

error message

I followed an udemy course "Spring & Hibernate for Beginners"

like image 489
Venkataramanan Avatar asked Dec 05 '22 09:12

Venkataramanan


1 Answers

The admin port is set to '-' which is not correct. Set it e.g. to 8005 or some other free port.

like image 62
mentallurg Avatar answered Dec 28 '22 12:12

mentallurg