Skip to content

Account management web site

Charles Hedrick edited this page Feb 8, 2018 · 1 revision

Return to main: Kerberos

Account management web site

Currently on services.cs, with developement copy on wordpress.cs. Tomcat will be behind apache with modjk, because there are other things on this host that use Apache. If this is the only application, I'd just listen on ports 80 and 443 from tomcat and forget apache.

  • Installed tomcat
  • Config comment out normal http and https connectors, use ajp connector
  • The app is built using Maven and deploys from a WAR file.
The application is built with Spring Boot. See the git source for information about it.