Changes between Version 12 and Version 13 of CaTissue HowTo Build & Deploying CaTissue from the source code?


Ignore:
Timestamp:
07/18/13 11:15:40 (11 years ago)
Author:
Nick Holden
Comment:

--

Legend:

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

    v12 v13  
    244244load.balancer.url=https://catissue-dev.lcbru.le.ac.uk/catissuecore
    245245
     246== JBoss 5 ==
     247
     248CaTissuePlus v3.0 is configured to work with JBoss 5, which is preferable to 4.2.3
     249
     250When using JBoss 5, remember to put the following the JBoss run.sh. Especially
     251the last parameter in blue.
     252
     253JAVA_OPTS="-Xms128m -Xmx1024m -XX:MaxPermSize=512m
     254-Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000
     255-Dsun.rmi.dgc.server.gcInterval=3600000
     256-Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false"
     257
     258Additionally, the security vulnerability (as below) must be addressed.
    246259
    247260== Update: Security vulnerability in JBoss ==