Mike,
I followed these discussions and tried all of them, it was that just nothing happened to the browser.
(1) In the global.conf, I tried
$courseFiles{problibs} = {rochester => "rochesterLibrary"};
and I also tried
$courseFiles{problibs} = true;
(2) The problem libraries are in /usr0/opt/webwork2 directory. I have
Rochester library named rochesterLibrary and the one from Arizona State
named Library;
(3) I created a course named MAT256, in the templates directory of this course, I created a link by typing:
ln -s /usr0/opt/webwork2/rochesterLibrary rochesterLibrary;
I also created a link to the WeBWorK1.9 libary by
ln -s /usr/local/webwork/templates rochester.
These links actually work and I can get to these directories.
(4) In the course.conf, I also tried
$coursefile{problibs}={Library => 'rochester'}
but it did not help.
Jun
<| Post or View Comments |>
|