How to run IntelliJ tomcat server on https?
Answered
How to run IntelliJ tomcat server on https?
By default it starts on http:
Tomcat started on port(s): 8080 (http) with context path ''
Checked Run/Edit Configurations but nothing obviously points to URL config or http/https selection
Please sign in to leave a comment.
See:
Note that first you should configure SSL HTTP connector in the Tomcat configuration manually. Then, HTTPs port field of IDEA Tomcat run configuration will allow you to run several instances of the same Tomcat installation with different HTTPs port numbers.
Thats very logical place. However my IntelliJ (community 2019.2) debug config has only one entry: Main. Theres nothing about Tomcat. Not under Templates section either.
Tomcat application server is not supported in Community edition. Please see Comparison Matrix for details.