Changes between Version 8 and Version 9 of CaTissue HowTo Build & Deploying CaTissue from the source code?
- Timestamp:
- 07/01/13 17:08:38 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CaTissue HowTo Build & Deploying CaTissue from the source code?
v8 v9 214 214 215 215 216 == Settings for caTissueInstall.properties on LAMP v2 == 217 218 jboss.home.dir=/local/jboss 219 jboss.server.name=default 220 jboss.server.port=8080 221 jboss.server.host=143.210.56.57 222 jboss.container.secure=no 223 application.environment=LCBRU DEVELOPMENT 224 email.mailServer=sendmail.le.ac.uk 225 load.balancer.url=https://catissue-dev.lcbru.le.ac.uk/catissuecore 226 227 216 228 == Update: Security vulnerability in JBoss == 217 229 … … 219 231 220 232 Using the 'BRISSkit' package for JBoss, stored in the LCBRU artifact repository, will ensure the JBoss jmx console is not installed. 233 234 == Ant optional jar == 235 236 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. 237