About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
lauhin
10/15/2019 - 6:09 PM
share
Share
add_circle_outline
Save
Tomcat configuratie in IntelliJ
notes.md
content_copy
file_download
Rendered
Source
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!
clear