Matterhorn 1.2 includes an incomplete implementation of multi tenancy (to be more-or-less completed in 1.3). There's a servlet filter that intercepts all http requests, and determines which organization the request is associated with… kind of like apache virtual hosts, but each virtual host runs through the same "web application".
The value set with "org.opencastproject.server.url" in config.properties determines the "default organization" in Matterhorn 1.2. So it looks like you've set org.opencastproject.server.url to something other than http://localhost:8080. Instead of accessing Matterhorn via http://localhost:8080, access it via the URL you set in config.properties. That will eliminate this warning. In the trunk (1.3-SNAPSHOT), you can register any number of organizations with specific host names and/or ports, enabling multiple customers to run on a single matterhorn instance or cluster, each with their own branding, authentication scheme, etc. Josh On Aug 30, 2011, at 6:46 PM, Hank Magnuski wrote: > > Can someone tell me how to eliminate this error: > > WARN (OrganizationFilter:96) - No organization is mapped to handle > http://localhost:8080/workflow/definitions.json > > Thanks > > Hank > _______________________________________________ > 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
