VM Config:VM Config Main/Tomcat: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Updated for tomcat 8 and new maven build |
||
Line 1: | Line 1: | ||
* A user 'tomcat' was created to run the tomcat server | * A user 'tomcat' was created to run the tomcat server | ||
* The server is installed to /opt/apache-tomcat- | * The server is installed to /opt/apache-tomcat-8.0.9 | ||
* | * Libraries required to support JSTL and to connect to the database were installed into tomcat's lib directory | ||
** | ** See [[FFL2:FFL2_Main/Dev_Environment/Customise_Tomcat]] | ||
* | * Data source and realm were set up | ||
** | ** Also see [[FFL2:FFL2_Main/Dev_Environment/Customise_Tomcat]] | ||
** | ** *Note:* Password should be set to the live DB password | ||
** | |||
* Proxying connector was set up for www.totalfantacy.net as described in [[Techie:Techie Main/Java/Tomcat/Proxy through to Apache]] | * Proxying connector was set up for www.totalfantacy.net as described in [[Techie:Techie Main/Java/Tomcat/Proxy through to Apache]] | ||
* Log file location and rotation configured - see [[Techie:Techie Main/Java/Tomcat/Tomcat log file config]] | * Log file location and rotation configured - see [[Techie:Techie Main/Java/Tomcat/Tomcat log file config]] |
Latest revision as of 08:55, 7 August 2014
- A user 'tomcat' was created to run the tomcat server
- The server is installed to /opt/apache-tomcat-8.0.9
- Libraries required to support JSTL and to connect to the database were installed into tomcat's lib directory
- Data source and realm were set up
- Also see FFL2:FFL2_Main/Dev_Environment/Customise_Tomcat
- *Note:* Password should be set to the live DB password
- Proxying connector was set up for www.totalfantacy.net as described in Techie:Techie Main/Java/Tomcat/Proxy through to Apache
- Log file location and rotation configured - see Techie:Techie Main/Java/Tomcat/Tomcat log file config