Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/arcretriever
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3413/src/webapps/arcretriever
Modified Files:
index.jsp
Log Message:
Implement [ 1246916 ] Means of asking for resource http headers
* src/java/no/nb/nwa/retriever/AID.java
* src/java/no/nb/nwa/retriever/ARCRetriever.java
Changes to make the meta fetching -- and status and archive info -- work
again.
* src/webapps/arcretriever/index.jsp
Doc. edits.
Index: index.jsp
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/arcretriever/index.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.jsp 19 Oct 2005 23:59:22 -0000 1.4
--- index.jsp 20 Oct 2005 17:47:41 -0000 1.5
***************
*** 15,31 ****
directory that holds ARC files and then redeploy this webapp.
Be aware that changing this value in the web.xml of an
! arcretriever sitting under a containers webapp directory
! can prove frustrating. The container usually notices your
! change then re-undoes the original WAR file overwriting your
! edits. If you remove the WAR file version, the container will
subsequently 'cleanup' the lone webapp directory.
Best to unjar outside of the container webapp directory and
! copy the unjarred WAR into the webapp dir.
</p>
<h2>Request Parameters</h2>
<p>This webapp takes the following request parameters.
<ul>
! <li><b>reqtype</b>: Possible values include: getfile, getmeta,
! getfilestatus, getarchiveinfo.</li>
<li><b>aid</b>: The archive identifier. Its format is
<i>OFFSET '/' ARCNAME</i>.</li>
--- 15,32 ----
directory that holds ARC files and then redeploy this webapp.
Be aware that changing this value in the web.xml of an
! <i>arcretriever</i> sitting under a containers' webapp directory
! can prove frustrating. The container usually notices your
! change and redeploys. But if you are not careful,
! you will lose your edit.
! If you remove the WAR file version, the container will
subsequently 'cleanup' the lone webapp directory.
Best to unjar outside of the container webapp directory and
! copy the unjarred WAR under the webapp dir.
</p>
<h2>Request Parameters</h2>
<p>This webapp takes the following request parameters.
<ul>
! <li><b>reqtype</b>: Possible values include: <i>getfile</i>,
! <i>getmeta</i>, <i>getfilestatus</i>, and <i>getarchiveinfo</i>.</li>
<li><b>aid</b>: The archive identifier. Its format is
<i>OFFSET '/' ARCNAME</i>.</li>
|