Page 1 of 1

Websites starting with "m" don't work after scalix

Posted: Tue Mar 20, 2007 7:20 pm
by joaster
Hi,

Since my upgrade from scalix 10 to scalix 11 two weeks ago, I can't access my website starting with a "m" anymore.

For example:
Surf to http://server.org/wiki => works
Surf to http://server.org/m => works
Surf to http://server.org/mantis => DOES NOT WORK => Message "The requested resource (/mantis) is not available."
Surf to http://server.org/mambo => DOES NOT WORK => Message "The requested resource (/mambo) is not available."

This probably has to do with the addition of the mobile web interface to scalix 11. How do I enable my mantis and mambo websites again?

Regards,
Joost.

Posted: Tue Mar 20, 2007 7:58 pm
by KevinAnderson

Posted: Wed Mar 21, 2007 10:25 am
by davidz
Look at http://www.scalix.com/forums/viewtopic.php?t=5897&highlight=

It also has a bugzilla reference.

Posted: Fri Mar 23, 2007 7:20 am
by joaster
Thanks, for the hints...

Changing file /etc/opt/scalix-tomcat/connector/jk/app-server-em1.m.conf from

JkMount /m* server-em1
to
JkMount /m server-em1
JkMount /m/* server-em1

is the best solution. Then both the websites and the mobile webclient work.

Regards,
Joost.

Posted: Mon Apr 16, 2007 11:37 am
by mito
Just a note that this is still broken in 11.0.3 and even if you have fixed it before, you need to fix it again after upgrading.

Here is what I did to fix it:

To fix this, you have to edit this file (replacing the word hostname with your machine's hostname):

Code: Select all

nano /etc/opt/scalix-tomcat/connector/jk/app-HOSTNAME.m.conf

Replace the one-line contents from this:
JkMount /m HOSTNAME

to this:
JkMount /m HOSTNAME
JkMount /m/* HOSTNAME
JkMount /m.* HOSTNAME


After this I restart the services scalix-tomcat and httpd and everything works properly.

Posted: Sun Aug 12, 2007 3:59 pm
by mito
mito wrote:Just a note that this is still broken in 11.0.3 and even if you have fixed it before, you need to fix it again after upgrading.

Here is what I did to fix it:

To fix this, you have to edit this file (replacing the word hostname with your machine's hostname):

Code: Select all

nano /etc/opt/scalix-tomcat/connector/jk/app-HOSTNAME.m.conf

Replace the one-line contents from this:
JkMount /m HOSTNAME

to this:
JkMount /m HOSTNAME
JkMount /m/* HOSTNAME
JkMount /m.* HOSTNAME


After this I restart the services scalix-tomcat and httpd and everything works properly.


This still happens after upgrading to Scalix 11.1.0. Is there any chance go get this fixed so that we don't have to manually fix this after every upgrade?

Thanks!

Websites that start with "M" Really will not start

Posted: Thu Feb 28, 2008 12:08 am
by chrismcmullan
For weeks :evil: I have suffered from this issue (my website main.swf)....this should be headlined some where in the installation guide. How do we get scalix to fix this problem or list this in the installation guide as a known problem. How did you ever find this solution????