Skip to content

Commit b683ad2

Browse files
Sarthak160actions-user
authored andcommitted
Update keploy-karaf.md
Signed-off-by: Sarthak Shyngle <[email protected]>
1 parent 3d1c716 commit b683ad2

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

versioned_docs/version-2.0.0/running-keploy/keploy-karaf.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,6 @@ set JAVA_OPTS=%JAVA_OPTS% -javaagent:/path/to/org.jacoco.agent-0.8.12-runtime.ja
6262

6363
Replace the placeholder values with actual paths and keys as needed.
6464

65-
### Update `config.properties`
66-
67-
1. Navigate to the `etc/config.properties` file in your Karaf installation.
68-
2. Add the following entries under the `bootdelegation` section to allow OSGi bundles to access Keploy artifacts:
69-
70-
```properties
71-
org.osgi.framework.bootdelegation = \
72-
... \
73-
io.keploy.*, \
74-
javax.servlet, \
75-
javax.servlet.http
76-
```
77-
7865
## Step 3: Export Environment Variables
7966

8067
1. Export the API key specific to your user, as mentioned on [Keploy's User Dashboard](https://app.keploy.io/users), which is required for Keploy to function, by running the following command in the same terminal session:
@@ -98,7 +85,6 @@ Replace the placeholder values with actual paths and keys as needed.
9885
1. Restart Apache Karaf by setting the environment variable `KEPLOY_MODE` to `RECORD`:
9986

10087
```bash
101-
export KEPLOY_MODE="RECORD"
10288
./karaf
10389
```
10490

0 commit comments

Comments
 (0)