You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Requirements:

  • Postgres database with Postgis extension
  • Tomcat 6
  • Java 1.7 (Tested with Java version "1.7.0_45")

Postgres configureren (Tested with 9.3):

WEB-INF\config-node\srv.xml

  • change to postgres
  • jdbc.properties --> database username and password invullen

tomcat - geheugensetting

  • setenv 

 

webapp/resources/stopwords

  • merge eng.txt and dut.txt both ways

 

Permgen-space:

tomcat configuratie aanpassen

  • sentenv.sh file naast startup file van tomcat neerzetten met
  • /usr/share/tomcat6/conf/tomcat6.conf set JAVA opts.
  • JAVA_OPTS="-Dfile.encoding=UTF-8 -Xms128m -Xmx712m -XX:PermSize=128m -XX:MaxPermSize=128m"

 

 

 

 

 

 

 

 

  • No labels