BB: Add a note about setting java.security.egd for tomcat

This commit is contained in:
Mike Salvatore 2022-05-03 13:46:31 -04:00
parent 17db25b00b
commit 2f3c08cb77
1 changed files with 5 additions and 1 deletions

View File

@ -915,7 +915,11 @@ Accessiable only through <strong>3-45 Powershell</strong> using credentials reus
</tr>
<tr class="even">
<td>Notes:</td>
<td></td>
<td>The jvm's `java.security.egd` variable should be set to `/dev/urandom`,
otherwise the tomcat service can take a very long time to start. Set this by
editing `/usr/tomcat/bin/catalina.sh` and modifying the `JAVA_OPTS` vairable.
See https://jfrog.com/knowledge-base/tomcat-takes-forever-to-start-what-can-i-do/
for more details.</td>
</tr>
</tbody>
</table>