I am trying to develop a Wicket app. It\'s login page must open with SSL. So I did some coding. But I can\'t find to configure the maven tomcat 7 plugin for SSL. I created k
With this configuration in my pom.xml I get it working:
org.apache.tomcat.maven tomcat7-maven-plugin 2.0 /${project.build.finalName} ${basedir}/context.xml 8443 ${basedir}/certificates/keystore.jks password