Skip to content

Installation

Aaron Lewis edited this page May 8, 2018 · 12 revisions

Downloading a releases

Please refer to Github Releases and grab the appropriate package.

Tomcat & JBoss

Extract the archive and execute the following commands in terminal:

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

Jetty & SpringBoot

Extract the archive and move the rasp-2018-XXXX/rasp folder somewhere, e.g /opt/spring-boot/rasp

Then modify your startup parameters like the following:

java -javaagent:"/opt/spring-boot/rasp/rasp.jar" -Dlog4j.rasp.configuration="file:///opt/spring-boot/rasp/conf/rasp-log4j.xml" -jar springboot.jar

PHP application servers

Extract the archive and execute the following commands:

php rasp-php-20180320/install.php -d /opt/rasp
Clone this wiki locally