| 3 | |
| 4 | == Apache Tomcat == |
| 5 | Currently, every environment has it's own dedicated Apache Tomcat application container where the production version has a memory limit set to 2GB and the others are set to |
| 6 | 512MB. The separate containers allow easy restarting of certain environments without impacting the other environments. The following environments have currently been set up in /home/tomcat: |
| 7 | * apache-tomcat-www --> production environment |
| 8 | * apache-tomcat-nmcdsptest --> the test environment; note that this is not called 'test' but nmcdsptest. The reason is that Grails' built in testsuite uses the test environment and expects an hsqldb, while for test server environment we use PostgreSQL and numerous other tweaks. |
| 9 | * apache-tomcat-ci --> the continuous integration environment |
| 10 | |
| 11 | In /home/tomcat also some other folders can be seen: |
| 12 | * apache-tomcat-tools --> the tomcat instance running specific tools (like nexus and hudson) |
| 13 | * apache-tomcat-dbnptest --> a ''fake'' tomcat folder, used for building the dbnptest package |
| 14 | * apache-tomcat-dbnpdemo --> alias to dbnptest, used to building the dbnpdemo package |
| 15 | |
| 16 | |
| 17 | |
| 18 | == Apache == |
| 19 | Currently, the Apache webserver is set |