| 246 | == JBoss 5 == |
| 247 | |
| 248 | CaTissuePlus v3.0 is configured to work with JBoss 5, which is preferable to 4.2.3 |
| 249 | |
| 250 | When using JBoss 5, remember to put the following the JBoss run.sh. Especially |
| 251 | the last parameter in blue. |
| 252 | |
| 253 | JAVA_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 | |
| 258 | Additionally, the security vulnerability (as below) must be addressed. |