Versions Compared

Key

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

...

After successfull installation of tomcat, copy the Aquima-Server.war to the WebApps folder in your tomcat Installation folder (by default: C:\Program Files\Apache Software Foundation\Tomcat X.X\). Tomcat will automatically start deployment of the war, after successfull deployment Blueriq will be available at: http://<servername>:<Portnumber Tomcat>/Aquima-Server. 

IBM Websphere 7

Information about licensing, installation and configuration of IBM Websphere can be found at  http://www.ibm.com/software/websphere/.

Configure Websphere

After successfull installation of IBM Websphere Blueriq needs a modification of the default configuration of Websphere.

By default Websphere 7 does not support PNG images. Since Blueriq does use PNG images it is required to add the PNG mime type to the Websphere configuration. This can be done by following the steps listed at http://pic.dhe.ibm.com/infocenter/mpadoc/v7r0m0/index.jsp?topic=%2Fcom.ibm.websphere.wemp.doc%2Fconfiguring%2Fconfig_was_png_type_t.html.

Prepare Blueriq Installation

Blueriq plugins are normally placed in the Blueriq Home folder. Unfortunately this will not work with the Websphere Application Server, jar files from plugins will have to the packaged in the Aquima-Server.war

To achieve this:

  • Extract the distribution package of the plugin 
  • Copy the jar files from the Lib folder to the WEB-INF/Lib folder inside the Aquima-Server.war with a archive tool.
  • Copy other resources from the plugin to the root of your Blueriq Home folder.

These steps must be repeated for each plugin you would like to add. After adding a plugin the war file must be redeployed on the Websphere Application Server.

Deployment of  Blueriq Runtime

 

 

IBM Websphere 8

 

 

JBoss (6/7)

...