<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RE HTML and a drectory listing in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080531#M38804</link>
    <description>A bit late, just ran into your question.&lt;BR /&gt;&lt;BR /&gt;You can run a procedure at regular intervals, that creates an INDEX.HTML file on that directory, that shows just the names of the files, and a hyperlink to them. If you have multiple directories, you can create such a file as well. The advantage is you can list multiple versions of a file, somthing usually lost in standard directory listings created by webservers (even WASD has this problem). Another advantage is you can add any feature you want.&lt;BR /&gt;&lt;BR /&gt;I use this to list logfiles to be examined.&lt;BR /&gt;If properly set up, the files will show up in the browser using the correct plugin, for PDF files, use the Adobe PDF plugin.&lt;BR /&gt;An example of such an index file is attached (if you open the file with a brwser, you will see what it looks like).&lt;BR /&gt;&lt;BR /&gt;A simple DCL procedure can do the job.&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Nov 2007 07:34:57 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2007-11-19T07:34:57Z</dc:date>
    <item>
      <title>RE HTML and a drectory listing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080530#M38803</link>
      <description>&lt;BR /&gt;I have a whole lot of pdf files that are created and then placed in a directory on my web server.&lt;BR /&gt;&lt;BR /&gt;My manager can then view these files via a web interface. How can I disable the Tomcat web server from displaying the header and footer that appears when listing the files.&lt;BR /&gt;&lt;BR /&gt;The header displays Directory Listing For /REPORTS/ - Up To /&lt;BR /&gt;&lt;BR /&gt;then my files appear correctly.....&lt;BR /&gt;&lt;BR /&gt;...and then it also displays a tail which says&lt;BR /&gt;Apache Tomcat/4.1.29.&lt;BR /&gt;&lt;BR /&gt;Surely there must be a conf file in tomcat that I can allow the files to be listed, but not display the header and footer</description>
      <pubDate>Wed, 03 Oct 2007 10:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080530#M38803</guid>
      <dc:creator>Steve_617</dc:creator>
      <dc:date>2007-10-03T10:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: RE HTML and a drectory listing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080531#M38804</link>
      <description>A bit late, just ran into your question.&lt;BR /&gt;&lt;BR /&gt;You can run a procedure at regular intervals, that creates an INDEX.HTML file on that directory, that shows just the names of the files, and a hyperlink to them. If you have multiple directories, you can create such a file as well. The advantage is you can list multiple versions of a file, somthing usually lost in standard directory listings created by webservers (even WASD has this problem). Another advantage is you can add any feature you want.&lt;BR /&gt;&lt;BR /&gt;I use this to list logfiles to be examined.&lt;BR /&gt;If properly set up, the files will show up in the browser using the correct plugin, for PDF files, use the Adobe PDF plugin.&lt;BR /&gt;An example of such an index file is attached (if you open the file with a brwser, you will see what it looks like).&lt;BR /&gt;&lt;BR /&gt;A simple DCL procedure can do the job.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2007 07:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080531#M38804</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-11-19T07:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: RE HTML and a drectory listing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080532#M38805</link>
      <description>Well, not using Apache but OSU web servers:&lt;BR /&gt;isn't it possible to modify the directory script of the webserver ? In OSU there one can simply in a config directive specify a different script/CGI program to do the directory listing.&lt;BR /&gt;&lt;BR /&gt;On the other hand, for just a specific case, modify Willems suggestion: instead of a script running at an interval to produce an INDEX.HTML, why not write a CGI or PHP script to produce the file-links on the fly, and use this script URL instead of the directory URL ?</description>
      <pubDate>Tue, 20 Nov 2007 05:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080532#M38805</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2007-11-20T05:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: RE HTML and a drectory listing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080533#M38806</link>
      <description>AFAIK, OSU has the same 'problem'.&lt;BR /&gt;&lt;BR /&gt;It's just the example. I use this method for logfiles ;) Of course, it can be done with a similar procedure as CGI-script.</description>
      <pubDate>Wed, 21 Nov 2007 03:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080533#M38806</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-11-21T03:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: RE HTML and a drectory listing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080534#M38807</link>
      <description>&lt;BR /&gt;Just for information, how such a DCL script would look like:&lt;BR /&gt;&lt;BR /&gt;  &amp;lt; &lt;A href="http://wwwvms.mppmu.mpg.de/test/dirlist.com" target="_blank"&gt;http://wwwvms.mppmu.mpg.de/test/dirlist.com&lt;/A&gt;  &amp;gt;&lt;BR /&gt;It works for the OSU web server, try:&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://wwwvms.mppmu.mpg.de/htbin/dirlist/disk$www/www/test/" target="_blank"&gt;http://wwwvms.mppmu.mpg.de/htbin/dirlist/disk$www/www/test/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2007 11:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080534#M38807</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2007-11-21T11:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: RE HTML and a drectory listing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080535#M38808</link>
      <description>This is the part of my daily job, that creates the HTML file. To be useful, you'll have to think of getting the right location from the URL (CGIBIN.COM that comes with WASD is useful for both SWS and WASD, I think it works for OSU as well ;)) before you can use it as a CGI-procedure. I haven't tried it as such but my WASD logs - ALL of them - are presented by this procedure's output.&lt;BR /&gt;&lt;BR /&gt;Consider it just a starting point.&lt;BR /&gt;&lt;BR /&gt;WG</description>
      <pubDate>Wed, 21 Nov 2007 12:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080535#M38808</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-11-21T12:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: RE HTML and a drectory listing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080536#M38809</link>
      <description>Oops, wrong extension (and format). Thgis looks better&lt;BR /&gt;WG</description>
      <pubDate>Wed, 21 Nov 2007 12:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/re-html-and-a-drectory-listing/m-p/4080536#M38809</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-11-21T12:41:36Z</dc:date>
    </item>
  </channel>
</rss>

