Skip to content
criffle edited this page Dec 14, 2015 · 1 revision

Create a file: [tomcat home]/bin/setenv.sh with the contents:

export CATALINA_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"

Edit [tomcat home]/conf/catalina.properties to include the entry:

shared.loader=[ojb main repository]/web/ojb-web-external-resource

Clone this wiki locally