[OAI-implementers] Registered Data Providers

Donna Bergmark bergmark@cs.cornell.edu
Thu, 12 Jun 2003 15:06:44 -0400


Steve,

You cannot use the exact same baseURL for four different
collections, because the baseURL is a database key.  Could
you vary the baseURL in such as way that the same code
would run but the string is different?

I am thinking of something like
http:/server/dir1/dirx/servlet-script where dirx says collection
x but really on your machine they are all the same directory?

If so, this would achieve the result you want, of 4 collections
being registered and displayed.

Donna