VM Config:VM Config Main/Tomcat: Difference between revisions
Jump to navigation
Jump to search
Created page with '* A user 'tomcat' was created to run the tomcat server * The server is installed to /opt/apache-tomcat-6.0.26 * The following libraries required by FFL2 were installed to the lib…' |
Updated for tomcat 8 and new maven build |
||
(3 intermediate revisions by the same user not shown) | |||
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]] | ||
* 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