Josh,

The documentation for "org.opencastproject.server.url" suggests to change it to an institution name, e.g.,

"org.opencastproject.server.url=http://matterhorn1.telavivuniv.org";

and when I use "http://localhost:8080"; Matterhorn is DOA, it won't load any pages at all.

The Wiki documentation is somewhat confusing on the nature of what URL should be entered, as the default shows :8080 appened but the example does not have :8080 appended and so it's not really clear what whould be placed into the config.properties entry. Why is the port required when it is listed explicitly a few parameters earlier?

So this error warning seems unavoidable with the current setup required for a simple installation.

Hank


On Tue, 30 Aug 2011, Josh Holtzman wrote:

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

Reply via email to