Skip to content

Installation

Aaron Lewis edited this page Feb 8, 2021 · 12 revisions

Please refer to Github Releases and grab the appropriate package first.

Tomcat, JBoss or Resin

Extract the archive and execute the following command in terminal:

java -jar rasp-2018-*/RaspInstall.jar -install /path/to/app_home

The automatic installer should work under most cases, please submit a ISSUE if it doesn't.

Jetty, SpringBoot or other Java servers

Extract the archive and move the rasp-2018-XXXX/rasp folder somewhere you like, e.g /opt/spring-boot/rasp. Then adjust your startup parameters like the following:

java -javaagent:"/opt/spring-boot/rasp/rasp.jar" -jar springboot.jar

PHP application servers

Extract the archive and execute the following commands:

php rasp-php-20180320/install.php -d /opt/rasp

The automatic installer should work under most cases, please submit a ISSUE if it doesn't.