Configure Lightrun with Eclipse Jetty¶
Jetty is a Java application server by Eclipse. As part of Jetty installation, the start.d
directory is automatically added to the system. For Lightrun integration, you need to add a new file to this directory.
To configure Lightrun with Eclipse Jetty¶
-
Create a new file
lightrun.ini
and add it to thestart.d
directory. -
Copy and paste the following content in the new
.ini
file:--exec -agentpath:<install_dir>/agent/lightrun_agent.so
Last update: November 19, 2024