Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After successful installation of Tomcat, copy the Tomcat specific WAR to the webapps folder in your Tomcat Installation folder. Tomcat will automatically start deployment of the WAR. After successful deployment Blueriq will be available at: http://<servername>:<portnumber Tomcat>/<WAR name>.

Spring config location

When you want to provide a 

Include Page
_ConfigLocation
_ConfigLocation
to Tomcat, you usually define your own setenv script in the Tomcat installation folder\bin, that is called when Tomcat is started. See examples below.

Code Block
titlesetenv.bat (Windows)
set CATALINA_OPTS=%CATALINA_OPTS% -Dspring.config.location=D:/config/
Code Block
titlesetenv.sh (Unix)
export CATALINA_OPTS=$CATALINA_OPTS -Dspring.config.location=/config/

 

When running Tomcat as a Windows service, please consult the Tomcat Windows service How-To.

JDBC drivers

When you need to configure JDBC drivers, see Configuring JDBC database drivers for Tomcat.