Page tree
Skip to end of metadata
Go to start of metadata
  • Global deployClassPath show only contain one element: 

     

    <deployGlobal>
      <deployClassPath>lib/netarchivesuite-monitor-core.jar</deployClassPath>
      ....
  • GUIApplication: 

     

    <applicationName name="dk.netarkivet.common.webinterface.GUIApplication">
      <deployClassPath>lib/netarchivesuite-harvest-scheduler.jar</deployClassPath>
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ....
  • ArcRepositoryApplication: 

     

    <applicationName name="dk.netarkivet.archive.arcrepository.ArcRepositoryApplication">
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ....
  • BitarchiveMonitorApplication: 

     

    <applicationName name="dk.netarkivet.archive.bitarchive.BitarchiveMonitorApplication">
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ...
  • HarvestJobManagerApplication: 

     

    <applicationName name="dk.netarkivet.harvester.scheduler.HarvestJobManagerApplication">
      <deployClassPath>lib/netarchivesuite-harvest-scheduler.jar</deployClassPath>
      ....
  • BitarchiveApplication: 

     

    <applicationName name="dk.netarkivet.archive.bitarchive.BitarchiveApplication">
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ...
  • HarvestControllerApplication: 

     

    <applicationName name="dk.netarkivet.harvester.harvesting.HarvestControllerApplication">
      <deployClassPath>lib/netarchivesuite-heritrix1-controller.jar</deployClassPath>
      ...
  • IndexServerApplication: 

     

    <applicationName name="dk.netarkivet.harvester.indexserver.IndexServerApplication">
      <deployClassPath>lib/netarchivesuite-harvest-scheduler.jar</deployClassPath>
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ...
  • ViewerProxyApplication: 

     

    <applicationName name="dk.netarkivet.viewerproxy.ViewerProxyApplication">
      <deployClassPath>lib/netarchivesuite-harvest-scheduler.jar</deployClassPath>
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ...
  • ChecksumFileApplication: 

     

    <applicationName name="dk.netarkivet.archive.checksum.ChecksumFileApplication">
      <deployClassPath>lib/netarchivesuite-archive-core.jar</deployClassPath>
      ....

A example of a 5.0 format deploy file can be found in the quickstart deploy descriptor.

  • No labels