File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,16 +152,16 @@ The sidecar is a standalone process that runs the exporter. It is primarily inte
152152
153153## Build and run with Maven
154154
155- There are two ways to build the sidecar implementation. The first is with Maven, using ` mvn install ` . Note that this
156- requires JDK11 or later. Building the project with JDK8 will skip the sidecar module. The alternative is to
157- [ build with Docker] ( #building-a-docker-image )
155+ There are two ways to build the sidecar implementation. The first is with Maven, using the same ` mvn install ` command
156+ specified [ above ] ( #building-from-source ) . Note that this requires JDK11 or later; building the project with JDK8 will
157+ skip the sidecar module. The alternative is to [ build with Docker] ( #building-a-docker-image )
158158
159159After building, run:
160160```
161161java -jar wls-exporter-sidecar/target/wls-exporter-sidecar.jar
162162```
163163
164- This will start the exporter on port 8080, and expect to find a WebLogic Server instance locally , listening on port 7001.
164+ This will start the exporter on port 8080, and it will expect to find a local WebLogic Server instance, listening on port 7001.
165165
166166You can make changes by specifying parameters on the command line:
167167
You can’t perform that action at this time.
0 commit comments