lauhin
10/15/2019 - 6:09 PM

Tomcat configuratie in IntelliJ

Tomcat configuratie in IntelliJ

  • een tomcat maken met server.xml en localhost.jks in de conf folder.
  • deze tomcat toevoegen in IntellJ via settings -> server applications
  • edit run config en de local tomcat toevoegen.
  • VM options: -Dserver.env=local -Xms128m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=1024m
  • ports:
    • http 8080
    • https 8443
    • jmx 1099
    • ajp 8009
  • deployment
    • zoek artifact en neem war exploded
    • Application context naar juist pad. bv /GUI_Emu (maak dat de server url hetzelfde is: https://localhost:8443/GUI_Emu)
  • van de rest aflbijven!