jifa
jifa

Reputation: 85

How to config tomcat in intellij

When I config tomcat7 in intellij, some error happens.

it prompt " Invalid Data: port is not specified" The port I set is 8081

how to solve the problem? Thanks :)

Upvotes: 1

Views: 3066

Answers (1)

kraskixxx
kraskixxx

Reputation: 99

Go to "Run/Debug Configurations" then select "Startup/Connection" Tab -> click "Debug" option and change port number from zero to another.

Upvotes: 3

Related Questions