Tomcat / jboss application server
How to catch 500 error from error logs in apache
Catch 500 error
Installing Apache 2.2.11 with Weblogic 10.3 on Ubuntu 9.04 64 bit
This post takes you through the steps to install Apache 2.2.11 on Ubuntu 9.04 64 bit and make it work with Weblogic 10.3. The post walks through the steps that I followed, the problems that I faced and the solutions ( er..hacks) to get them resolved.
Installing Apache
Is simple do
sudo apt-get install apache2
If [...]
How to check the installed mod_jk version
If you have that already installed then if you have enable mod_jk log then you can check from that log file or you can do
http://Your_SERVER/ApplicationURL/SomeFOLDER/@#@#CS<>>$#$#$%
You will get internal serever error over there at the bottom you will get the mod_jk version with apache version.
e.g.
Apache/2.0.59 (Unix) mod_jk/1.2.28
