Skip to content

Installation

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

Downloading

Please refer to OpenRASP Releases and download the appropriate package for your application servers.

Java application servers

Tomcat & JBoss

Extract the archive and execute the following commands in terminal

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

Jetty & SpringBoot

For Jetty and SpringBoot servers, please kindly 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