Account management web site - clhedrick/kerberos GitHub Wiki
Return to main: Kerberos
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.