OK, I have been struggling to get Apache and Tomcat to work together. It is a common thing to want, yet there is conflicting information on how to do it, and there is no preconfigured setup, which their should be for such a common task.
Anyway, what we did was:
Apache 2 w/ mod_jk and mod_php installed via YAST.
The tomcat version in the repos seem to be broken, so we downloaded a copy from apache and placed it in /home/tomcat/tomcat. Both work fine independently.
I tried the tutorial at
How To Set Up Apache, Tomcat (mod_jk), SSO (CAS, mod_auth_cas) | HowtoForge - Linux Howtos and Tutorials and apache wouldn't even start after that, no useful error messages. I couldn't get much out of
Apache2.2 / Tomcat6 / mod_jk / Suse 11.1 - openSUSE Forums.
mod_jk doesn't seem to be available even though it is installed. It is not on the module list in YAST http configuration.
Is there a tutorial out there that actually works? I can handle changing paths since we are using a proper tomcat version, but everything out there that I have found is old or flat out wrong.