Hi Matt,

there is an organization definition that you'll find in the /load directory of 
Matterhorn. Mapping a request to an organization is done by looking at the 
request's ip and port, so you'll find those two settings in the 
org.opencastproject.organization-xyz.cfg file. Make sure they match what gets 
send to your matterhorn instance (be aware that some forwarding mechanisms 
remove the original port, so you'll have to specify a -1 for the port).

Also note that this ip and port are not influenced by the 
org.opencastproject.server.url setting in config.properties, which are only 
used to create links pointing to matterhorn deliverables (e. g. downloads, 
streams etc.). Therefore that setting should ineed reflect your load balancer's 
ip, while the one in the organization mapping needs to map whatever is passed 
on by the load balancer to your mh installation.

Tobias

On 10.01.2012, at 22:50, Matt Mencel wrote:

> I have an F5 load balancer.  It is listening on https://10.10.221.168 and 
> forwarding those requests on to my matterhorn server which is running at 
> http://10.15.129.168:8080.
> 
> The problem I think is with the public address I've defined in the 
> config.properties file.  I've set it to the public address out on the load 
> balancer...
> 
> org.opencastproject.server.url=https://10.10.221.168
> 
> 
> But when I connect I'm getting errors in the opencast log like this...
> 
> 2012-01-10 15:47:48  WARN (OrganizationFilter:96) - No organization is mapped 
> to handle http://10.15.129.168:8080/login.html
> 
> 
> Which I think means that matterhorn doesn't like that the public address 
> defined in config.properties does not match the IP configured on the 
> matterhorn server.
> 
> Am I right?  If so is there a fix or workaround for this?
> 
> Thanks,
> Matt
> 
> _______________________________________________
> Matterhorn-users mailing list
> [email protected]
> http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to