Slackbot
08/11/2023, 7:32 PMLee Turner
08/12/2023, 2:17 PMJAVA_OPTS
is used to configure the java runtime rather than the wiremock cli. In PCF is there somewhere where you have specified the command to execute ? For example, running standalone you would normally run:
$ java -jar wiremock-jre8-standalone-2.35.0.jar
To pass command line arguments to that you would just append them to the end:
$ java -jar wiremock-jre8-standalone-2.35.0.jar --help
Or in your case:
$ java -jar wiremock-jre8-standalone-2.35.0.jar --no-request-journal
Oleg Nenashev
08/13/2023, 12:06 AMMihail
08/15/2023, 12:48 AM