Versions Compared

Key

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

...

When this page is referring to an application server specific war file, this only applies for the Blueriq Runtime.

Deployment of Blueriq Runtime

Since Blueriq 10 we have specific out-of-the-box war files available in the Blueriq release zip (folder: \Runtime\Java\Webapp). Please use the correct war file for your application server.

...

When you as a customer need (when you have custom plugins) to build your custom war file of the Blueriq Runtime you can use a projectstarter specific for you target application server platform. For more Information see: Setup development environment environment#Java- JavaCreateaBlueriqJavaRuntimeproject .

Upgrading from JBoss EAP 6.4 to JBoss EAP 7.0

Info

This only applies for the Blueriq Runtime.

...

Info

When upgrading your application server please always read the release notes of the application server supplier first. Please always follow the upgrade instructions of the application server supplier.

Config location

When you want to provide a 

Include Page
_ConfigLocation
_ConfigLocation
 to JBoss, you can edit the <profile>.conf.bat file in the JBoss installation directory\bin by adding -Dspring.config.location=/path/to/your/config/ to the JAVA_OPTS.

...

Info

Make sure you always end the value of the spring.config.location with a: /

 

JDBC drivers

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

...