Changes between Version 15 and Version 16 of CaTissue HowTo Build & Deploying CaTissue from the source code?
- Timestamp:
- 08/01/13 15:04:06 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CaTissue HowTo Build & Deploying CaTissue from the source code?
v15 v16 261 261 == Comment out the LabelGenerator == 262 262 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.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' and 'storageContainerLabelGeneratorClass') before running JBoss. 264 264 265 265 … … 274 274 Running '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. 275 275 276 Or, to re-deploy after config changes, use CLASSPATH=/local/ant/ant-nodeps-1.7.0.jar ant deploy_app 277 276 278 == Home page image == 277 279