Uploaded image for project: 'JBoss Core Services'
  1. JBoss Core Services
  2. JBCS-1204

.postinstall script breaks the JBCS manual

    XMLWordPrintable

Details

    • False
    • False
    • Hide

      Follow the install documentation from zip, and check that the path in conf.d/manual.conf does not correspond with the path where the documents are extracted.

      Show
      Follow the install documentation from zip, and check that the path in conf.d/manual.conf does not correspond with the path where the documents are extracted.

    Description

      .postinstall contains the line

      sed -i -e "s:/var/www/manual:${currentDir}/../doc/httpd:g" conf.d/manual.conf

       

      but the path in conf.d/manual.conf is /opt/rh/jbcs-httpd24/root/var/www/manual

      and thus the substitution breaks the manual.

      It should be

      sed -i -e "s:/opt/rh/jbcs-httpd24/root/var/www/manual:${currentDir}/../doc/httpd:g" conf.d/manual.conf

       

      To get  http://localhost/manual working out of the box on a zip install.

       

      Attachments

        Activity

          People

            vchlup@redhat.com Vladimir Chlup
            sgala@redhat.com Santiago Gala
            Santiago Gala Santiago Gala
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: