Postby bippy_b » Tue Apr 13, 2004 9:28 pm
Today, I downloaded the source code and compiled the latest version of Apache (2.0.49) and it still did not work. I also had to download and recompile the mod_jk (1.2.5)Logging in through Apache causes the error seen above, while logging in through Tomcat (port 8080) works fine. Maybe more worker processes need to be assigned? The Tomcat examples work as well, so I don't think it is a Tomcat problem. The only difference between the two "virtual directories" setup is that for the examples I have a line that says :
JkMount /examples/*.jsp worker1
For the webmail, because I didn't know the file being used I set it as:
JkMount /webmail/* worker1
Tomorrow when I go into work I will try switching the worker line to read *.jsp and see how that works.
If anyone has any other ideas, I am open to suggestions. If Scalix needs a username and password to see for themselves, I can provide one. Thanks.