Skip to content

Commit

Permalink
ping the server admin
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 6, 2024
1 parent 8794822 commit 17b6cd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lucee/lucee.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,10 @@ Please review ${installer_installation_log}.</text>
</portTest>
</ruleList>
</showWarning>
<!-- this is needed for linux with 5.4, otherwise the server doesn't finish deploying properly and setting a password fails -->
<httpGet>
<url>http://127.0.0.1:${tomcatport}/lucee/admin/server.cfm</url>
</httpGet>
<!--
<httpPost>
<filename>${installdir}/tomcat/logs/server_post_result.txt</filename>
Expand Down

0 comments on commit 17b6cd5

Please sign in to comment.