| |
| | Tomcat |
 | | By default, Tomcat uses port 8080 for http, port 8443 for https, and any or all of ports 8005/8007/8008/8009 (depending on the Tomcat version) for control, e.g. |
 | | The tomcat4 directory should be owned by tomcat, and noone else should have read or write access (or if tomcat4 is used with multiple instances, at least the conf, logs, webapps, work directories should be protected). |
 | | The second is that Tomcat loads the java compiler permanently into memory, and the in-memory version has a space leak so that each time a jsp page is compiled, Tomcat loses some space (so after a lot of maintenance, Tomcat falls over). |
| www.cs.bris.ac.uk /Teaching/Resources/General/web/tomcat.html (2631 words) |
|