|
Configuration
|
Previous Top Next |
|
It seems as if one has to start Tomcat before Apache, since the webapp module will otherwise complain that the cocoon web application has not yet been deployed. This can be tricky since Tomcat takes quite some time to start and "deploy" its web applications. I managed to solve this problem by loading Tomcat early (S40) and Apache very late (S98) in the boot process. Additionally I added a 20 seconds timeout to the /etc/init.d/httpd startup script.
|