zengkid / SmartTomcat

The Tomcat plugin for Intellij IDEA
Apache License 2.0
126 stars 55 forks source link

enable ssl problem #47

Closed cj900 closed 4 years ago

cj900 commented 4 years ago

i try run the tomcat with ssl enable but false; i update ./smarttomcat/project/xx/conf/server.xml
add the 8443 port and ssl enable when i run / debug , it will override my setting / restore to default?

how to config when i want to enable ssl support thanks

zengkid commented 4 years ago

@cj900 please update the server.xml in $tomcat_home\config\server.

cj900 commented 4 years ago

it's ok now is that a plan to add ssl config to the ui? many thanks