-
Notifications
You must be signed in to change notification settings - Fork 3
Account management web site
Charles Hedrick edited this page Feb 8, 2018
·
1 revision
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.