Revision 7119
Added by Chris Jones over 12 years ago
docs/user/metacat/source/install.rst | ||
---|---|---|
341 | 341 |
|
342 | 342 |
:: |
343 | 343 |
|
344 |
sudo cp <metacat_helper_dir>/jk.conf <apache_install_dir>/mods-available |
|
345 |
sudo cp <metacat_helper_dir>/workers.properties <apache_install_dir> |
|
344 |
sudo cp <metacat_helper_dir>/debian/jk.conf <apache_install_dir>/mods-available
|
|
345 |
sudo cp <metacat_helper_dir>/debian/workers.properties <apache_install_dir>
|
|
346 | 346 |
|
347 | 347 |
3. Disable and re-enable the Apache Mod JK module to pick up the new changes: |
348 | 348 |
|
Also available in: Unified diff
It looks like jk.conf and workers.properties were moved in the scripts dir: update the install docs accordingly.