Changes between Version 15 and Version 16 of CaTissue HowTo Build & Deploying CaTissue from the source code?


Ignore:
Timestamp:
08/01/13 15:04:06 (11 years ago)
Author:
Nick Holden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CaTissue HowTo Build & Deploying CaTissue from the source code?

    v15 v16  
    261261== Comment out the LabelGenerator ==
    262262
    263 By default CaTissue automatically assigns specimen labels and barcodes - this causes a problem with the BRICCS API client. Following deployment of CaTissue, check that the jboss/server/default/catissuecore-properties/LabelGenerator.Properties file doesn't have the extra definitions which force barcode generation (i.e. comment out 'specimenLabelGeneratorClass' and 'specimenBarcodeGeneratorClass') before running JBoss.
     263By default CaTissue automatically assigns specimen labels and barcodes - this causes a problem with the BRICCS API client. Following deployment of CaTissue, check that the jboss/server/default/catissuecore-properties/LabelGenerator.Properties file doesn't have the extra definitions which force barcode generation (i.e. comment out 'specimenLabelGeneratorClass' and 'specimenBarcodeGeneratorClass' and 'storageContainerLabelGeneratorClass') before running JBoss.
    264264
    265265
     
    274274Running 'ant deploy_all' on a LAMP v2 server, results in a 'BUILD FAILED' message, because the ant optional packages are not installed. Installing the optional jar for the relevant ant version and then calling the process as "CLASSPATH=/local/ant/ant-nodeps-1.7.0.jar ant deploy_all" is a solution.
    275275
     276Or, to re-deploy after config changes, use CLASSPATH=/local/ant/ant-nodeps-1.7.0.jar ant deploy_app
     277
    276278== Home page image ==
    277279