Start the Apache Server. . .
In principle, we are done. Restart the Apache server.
With the default configuration, URLs with paths in Tomcat servlet contexts that start /servlet or end with .jsp are redirected to Tomcat.
- Note Apache will directly serve static .html pages, even if they are in the Tomcat document directory.
- Because Apache (unlike Tomcat) runs as user nobody by default, such files now need to be world readable.
(Apparently) things continue to work across multiple restarts of Tomcat, even without restarting Apache.
- We note however that, according to the FAQ, this is not the case with AJP13. . .